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 bd6e3fb + f1cc215 commit b886419Copy full SHA for b886419
CMakeLists.txt
@@ -109,7 +109,7 @@ option(ENABLE_OPT "Enables spirv-opt capability if present" ON)
109
option(ENABLE_PCH "Enables Precompiled header" ON)
110
option(ENABLE_CTEST "Enables testing" ON)
111
112
-if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND WIN32)
+if(ENABLE_GLSLANG_INSTALL AND CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND WIN32)
113
set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "..." FORCE)
114
endif()
115
0 commit comments