Similar to my other issues, this applies to macos. I have glm from homebrew (1.0.1) and after
The variable glm_FOUND is empty, but GLM_FOUND is TRUE. Thus the logic of downloading glm inside the build tree triggers unintentionally. The vendored FindGLM.cmake uses uppercase, the homebrew module uses lowercase.
Similar to my other issues, this applies to macos. I have glm from homebrew (1.0.1) and after
The variable
glm_FOUNDis empty, butGLM_FOUNDisTRUE. Thus the logic of downloading glm inside the build tree triggers unintentionally. The vendored FindGLM.cmake uses uppercase, the homebrew module uses lowercase.