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 18a5f7b commit d0b4272Copy full SHA for d0b4272
builtins/glew/CMakeLists.txt
@@ -24,7 +24,7 @@ unset(GLEW_FOUND CACHE)
24
unset(GLEW_FOUND PARENT_SCOPE)
25
set(GLEW_FOUND TRUE CACHE BOOL "" FORCE)
26
27
-# chnage variable and cache to ensure that cmake use builtin version
+# change variable and cache to ensure that cmake use builtin version
28
set(GLEW_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/inc PARENT_SCOPE)
29
set(GLEW_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/inc PARENT_SCOPE)
30
0 commit comments