plstcharles / litiv

C++ implementation pool for computer vision R&D projects.
http://www.polymtl.ca/litiv/en/
Other
101 stars 30 forks source link

Update README.md #4

Closed filonenkoa closed 8 years ago

filonenkoa commented 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}))

plstcharles commented 8 years ago

Nice catch, thanks!