We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c9fe commit e0f063bCopy full SHA for e0f063b
CMakeLists.txt
@@ -8,7 +8,7 @@ OPTION(SPIRV_REFLECT_STATIC_LIB "Build a SPIRV-Reflect static library" OFF)
8
OPTION(SPIRV_REFLECT_BUILD_TESTS "Build the SPIRV-Reflect test suite" OFF)
9
OPTION(SPIRV_REFLECT_ENABLE_ASSERTS "Enable asserts for debugging" OFF)
10
OPTION(SPIRV_REFLECT_ENABLE_ASAN "Use address sanitization" OFF)
11
-OPTION(SPIRV_REFLECT_INSTALL "Whether to install" OFF)
+OPTION(SPIRV_REFLECT_INSTALL "Whether to install" ON)
12
13
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
14
set(CMAKE_CXX_STANDARD 14)
0 commit comments