mirror of
https://github.com/dropbox/json11.git
synced 2025-03-07 19:56:40 +08:00
Merge pull request #97 from 4brunu/master
Disable build tests by default in CMake
This commit is contained in:
commit
0e409dca35
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user