We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa1aa4 commit 4be75b1Copy full SHA for 4be75b1
CMakeLists.txt
@@ -63,7 +63,7 @@ function(discover_specs spec_folder)
63
endforeach()
64
endfunction(discover_specs)
65
66
-option(BUILD_TESTS "Build tests" ON)
+option(BUILD_TESTS "Build tests" OFF)
67
68
if(BUILD_TESTS)
69
enable_testing()
@@ -72,7 +72,7 @@ if(BUILD_TESTS)
72
discover_specs(spec)
73
endif(BUILD_TESTS)
74
75
-option(BUILD_EXAMPLES "Build examples" ON)
+option(BUILD_EXAMPLES "Build examples" OFF)
76
77
if(BUILD_EXAMPLES)
78
add_subdirectory(examples)
0 commit comments