Skip to content

Commit 7468dff

Browse files
committed
Fixed incorrect variable name
In the find glm package, one of the variables was using 'fmt' instead.
1 parent 0924976 commit 7468dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Findglm.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The module will also define these cache variables::
2929

3030
find_path(glm_INCLUDE_DIR NAMES glm/glm.hpp)
3131

32-
set(glm_INCLUDE_DIRS ${Vulkan_INCLUDE_DIR})
32+
set(glm_INCLUDE_DIRS ${glm_INCLUDE_DIR})
3333

3434
find_package_handle_standard_args(glm DEFAULT_MSG glm_INCLUDE_DIR)
3535

0 commit comments

Comments
 (0)