Skip to content

Commit e0f063b

Browse files
committed
default SPIRV_REFLECT_INSTALL to ON
1 parent 523c9fe commit e0f063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OPTION(SPIRV_REFLECT_STATIC_LIB "Build a SPIRV-Reflect static library" OFF)
88
OPTION(SPIRV_REFLECT_BUILD_TESTS "Build the SPIRV-Reflect test suite" OFF)
99
OPTION(SPIRV_REFLECT_ENABLE_ASSERTS "Enable asserts for debugging" OFF)
1010
OPTION(SPIRV_REFLECT_ENABLE_ASAN "Use address sanitization" OFF)
11-
OPTION(SPIRV_REFLECT_INSTALL "Whether to install" OFF)
11+
OPTION(SPIRV_REFLECT_INSTALL "Whether to install" ON)
1212

1313
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1414
set(CMAKE_CXX_STANDARD 14)

0 commit comments

Comments
 (0)