We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df49c02 commit cf99907Copy full SHA for cf99907
1 file changed
CMakeLists.txt
@@ -20,8 +20,8 @@ option(REFLECTCPP_TOML "Enable TOML support" ${REFLECTCPP_ALL_FORMATS})
20
option(REFLECTCPP_UBJSON "Enable UBJSON support" ${REFLECTCPP_ALL_FORMATS})
21
option(REFLECTCPP_YAML "Enable YAML support" ${REFLECTCPP_ALL_FORMATS})
22
23
-option(REFLECTCPP_BUILD_BENCHMARKS "Build benchmarks" ON)
24
-option(REFLECTCPP_BUILD_TESTS "Build tests" ON)
+option(REFLECTCPP_BUILD_BENCHMARKS "Build benchmarks" OFF)
+option(REFLECTCPP_BUILD_TESTS "Build tests" OFF)
25
26
option(REFLECTCPP_USE_BUNDLED_DEPENDENCIES "Use the bundled dependencies" ON)
27
0 commit comments