Skip to content

Commit 705c074

Browse files
committed
build: default BML_BUILD_TESTS to OFF
1 parent a2dda6e commit 705c074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ add_compile_options(
6868
$<$<CXX_COMPILER_ID:MSVC>:/MP>
6969
)
7070

71-
option(BML_BUILD_TESTS "Build the BML test suite" ON)
71+
option(BML_BUILD_TESTS "Build the BML test suite" OFF)
7272
option(BML_BUILD_BENCHMARKS "Build the BML benchmark suite" ${WIN32})
7373
option(BML_BUILD_MODULES "Build the standard BML modules" ${WIN32})
7474
option(BML_BUILD_EXAMPLES "Build the BML example modules" ${WIN32})

0 commit comments

Comments
 (0)