Skip to content

Commit

Permalink
[build] Rollback default (OFF) value for test builds in root CMakeLis…
Browse files Browse the repository at this point in the history
…ts.txt.
  • Loading branch information
Chylynsky committed Dec 20, 2021
1 parent 8410dc6 commit 82234b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.vscode
build
docs
latex
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(TARGET rc_ptr)

option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." ON)
option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." OFF)
option(RC_PTR_BUILD_BENCHMARK "Build benchmarks for rc_ptr." OFF)

add_library(${TARGET} INTERFACE)
Expand Down

0 comments on commit 82234b4

Please sign in to comment.