Skip to content

Commit 4be75b1

Browse files
committed
Disable building Tests and Examples by default
1 parent 3fa1aa4 commit 4be75b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(discover_specs spec_folder)
6363
endforeach()
6464
endfunction(discover_specs)
6565

66-
option(BUILD_TESTS "Build tests" ON)
66+
option(BUILD_TESTS "Build tests" OFF)
6767

6868
if(BUILD_TESTS)
6969
enable_testing()
@@ -72,7 +72,7 @@ if(BUILD_TESTS)
7272
discover_specs(spec)
7373
endif(BUILD_TESTS)
7474

75-
option(BUILD_EXAMPLES "Build examples" ON)
75+
option(BUILD_EXAMPLES "Build examples" OFF)
7676

7777
if(BUILD_EXAMPLES)
7878
add_subdirectory(examples)

0 commit comments

Comments
 (0)