use pkgconfig to find glm

pull/3471/head
kallaballa 2 years ago
parent 2cbbde05f6
commit 036aa194cf
  1. 2
      modules/v4d/CMakeLists.txt

@ -1,5 +1,5 @@
include("FindGLEW")
find_package(glm REQUIRED)
pkg_check_modules (glm glm)
set(the_description "V4D Visualization Module")
if(NOT GLEW_FOUND)

Loading…
Cancel
Save