We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8c66ba + 2bffd65 commit 1c62534Copy full SHA for 1c62534
lib/ISAACConfig.cmake
@@ -194,7 +194,7 @@ set(ISAAC_LIBRARIES ${ISAAC_LIBRARIES} "alpaka::alpaka")
194
################################################################################
195
# GLM LIB
196
197
-find_package(glm REQUIRED)
+find_package(glm REQUIRED PATH_SUFFIXES "lib64/cmake/glm/" "lib/cmake/glm/")
198
set(ISAAC_LIBRARIES ${ISAAC_LIBRARIES} glm::glm)
199
200
0 commit comments