Merge pull request #97 from 4brunu/master

Disable build tests by default in CMake
This commit is contained in:
Andrew Twyman 2017-02-17 16:45:19 -08:00 committed by GitHub
commit 0e409dca35

View File

@ -3,7 +3,7 @@ project(json11 VERSION 1.0.0 LANGUAGES CXX)
enable_testing()
option(JSON11_BUILD_TESTS "Build unit tests" ON)
option(JSON11_BUILD_TESTS "Build unit tests" OFF)
option(JSON11_ENABLE_DR1467_CANARY "Enable canary test for DR 1467" OFF)
set(CMAKE_CXX_STANDARD 11)