Skip to content

Commit

Permalink
default to OFF for DR1467 canary test
Browse files Browse the repository at this point in the history
  • Loading branch information
admsyn committed Dec 28, 2016
1 parent 42ce09b commit 6de8cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(json11 VERSION 1.0.0 LANGUAGES CXX)
enable_testing()

option(JSON11_BUILD_TESTS "Build unit tests" ON)
option(JSON11_ENABLE_DR1467_CANARY "Enable canary test for DR 1467" ON)
option(JSON11_ENABLE_DR1467_CANARY "Enable canary test for DR 1467" OFF)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 6de8cac

Please sign in to comment.