Skip to content

Commit 82234b4

Browse files
committed
[build] Rollback default (OFF) value for test builds in root CMakeLists.txt.
1 parent 8410dc6 commit 82234b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.vscode
22
build
33
docs
4-
latex

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
1414

1515
set(TARGET rc_ptr)
1616

17-
option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." ON)
17+
option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." OFF)
1818
option(RC_PTR_BUILD_BENCHMARK "Build benchmarks for rc_ptr." OFF)
1919

2020
add_library(${TARGET} INTERFACE)

0 commit comments

Comments
 (0)