Skip to content

Commit 35bd282

Browse files
committed
Enable tests by default
1 parent 17181f6 commit 35bd282

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
@@ -3,8 +3,8 @@ set(CMAKE_CXX_STANDARD 17)
33
project(json-rpc-cxx VERSION 0.0.1 LANGUAGES CXX)
44

55

6-
option(COMPILE_TESTS "Enable tests" OFF)
7-
option(COMPILE_EXAMPLES "Enable examples" OFF)
6+
option(COMPILE_TESTS "Enable tests" ON)
7+
option(COMPILE_EXAMPLES "Enable examples" ON)
88
option(CODE_COVERAGE "Enable coverage reporting" OFF)
99

1010
include(GNUInstallDirs)

0 commit comments

Comments
 (0)