Skip to content

Commit 1c62534

Browse files
authored
Merge pull request #150 from psychocoderHPC/fix-spackCompileIssue
fix CMake find package glm
2 parents b8c66ba + 2bffd65 commit 1c62534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ISAACConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ set(ISAAC_LIBRARIES ${ISAAC_LIBRARIES} "alpaka::alpaka")
194194
################################################################################
195195
# GLM LIB
196196
################################################################################
197-
find_package(glm REQUIRED)
197+
find_package(glm REQUIRED PATH_SUFFIXES "lib64/cmake/glm/" "lib/cmake/glm/")
198198
set(ISAAC_LIBRARIES ${ISAAC_LIBRARIES} glm::glm)
199199

200200

0 commit comments

Comments
 (0)