We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17181f6 commit 35bd282Copy full SHA for 35bd282
CMakeLists.txt
@@ -3,8 +3,8 @@ set(CMAKE_CXX_STANDARD 17)
3
project(json-rpc-cxx VERSION 0.0.1 LANGUAGES CXX)
4
5
6
-option(COMPILE_TESTS "Enable tests" OFF)
7
-option(COMPILE_EXAMPLES "Enable examples" OFF)
+option(COMPILE_TESTS "Enable tests" ON)
+option(COMPILE_EXAMPLES "Enable examples" ON)
8
option(CODE_COVERAGE "Enable coverage reporting" OFF)
9
10
include(GNUInstallDirs)
0 commit comments