Closed filonenkoa closed 8 years ago
Building GLSL support with CMAKE requires GLM to be installed in the system which comes form the check in CMakeLists.txt:
set_eval(USE_GLSL ((${GLFW_FOUND} OR ${FREEGLUT_FOUND}) AND ${OPENGL_FOUND} AND ${GLEW_FOUND} AND ${GLM_FOUND}))
Nice catch, thanks!
Building GLSL support with CMAKE requires GLM to be installed in the system which comes form the check in CMakeLists.txt: