1 parent a2dda6e commit 705c074Copy full SHA for 705c074
1 file changed
CMakeLists.txt
@@ -68,7 +68,7 @@ add_compile_options(
68
$<$<CXX_COMPILER_ID:MSVC>:/MP>
69
)
70
71
-option(BML_BUILD_TESTS "Build the BML test suite" ON)
+option(BML_BUILD_TESTS "Build the BML test suite" OFF)
72
option(BML_BUILD_BENCHMARKS "Build the BML benchmark suite" ${WIN32})
73
option(BML_BUILD_MODULES "Build the standard BML modules" ${WIN32})
74
option(BML_BUILD_EXAMPLES "Build the BML example modules" ${WIN32})
0 commit comments