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.
1 parent 0924976 commit 7468dffCopy full SHA for 7468dff
Findglm.cmake
@@ -29,7 +29,7 @@ The module will also define these cache variables::
29
30
find_path(glm_INCLUDE_DIR NAMES glm/glm.hpp)
31
32
-set(glm_INCLUDE_DIRS ${Vulkan_INCLUDE_DIR})
+set(glm_INCLUDE_DIRS ${glm_INCLUDE_DIR})
33
34
find_package_handle_standard_args(glm DEFAULT_MSG glm_INCLUDE_DIR)
35
0 commit comments