We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8410dc6 commit 82234b4Copy full SHA for 82234b4
.gitignore
@@ -1,4 +1,3 @@
1
.vscode
2
build
3
docs
4
-latex
CMakeLists.txt
@@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
14
15
set(TARGET rc_ptr)
16
17
-option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." ON)
+option(RC_PTR_BUILD_TESTS "Build tests for rc_ptr." OFF)
18
option(RC_PTR_BUILD_BENCHMARK "Build benchmarks for rc_ptr." OFF)
19
20
add_library(${TARGET} INTERFACE)
0 commit comments