Skip to content

Commit cf99907

Browse files
committed
get back in original defaults
1 parent df49c02 commit cf99907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option(REFLECTCPP_TOML "Enable TOML support" ${REFLECTCPP_ALL_FORMATS})
2020
option(REFLECTCPP_UBJSON "Enable UBJSON support" ${REFLECTCPP_ALL_FORMATS})
2121
option(REFLECTCPP_YAML "Enable YAML support" ${REFLECTCPP_ALL_FORMATS})
2222

23-
option(REFLECTCPP_BUILD_BENCHMARKS "Build benchmarks" ON)
24-
option(REFLECTCPP_BUILD_TESTS "Build tests" ON)
23+
option(REFLECTCPP_BUILD_BENCHMARKS "Build benchmarks" OFF)
24+
option(REFLECTCPP_BUILD_TESTS "Build tests" OFF)
2525

2626
option(REFLECTCPP_USE_BUNDLED_DEPENDENCIES "Use the bundled dependencies" ON)
2727

0 commit comments

Comments
 (0)