Skip to content

Commit

Permalink
travis experimental build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 2, 2018
1 parent 47975af commit 072833e
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 @@ -29,7 +29,7 @@ add_library(jsoncons INTERFACE)
target_include_directories(jsoncons INTERFACE $<BUILD_INTERFACE:${JSONCONS_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include>)

OPTION(BUILD_TESTS "jsoncons test suite" OFF)
OPTION(BUILD_TESTS "jsoncons test suite" ON)

if(BUILD_TESTS)
add_subdirectory(tests)
Expand Down

0 comments on commit 072833e

Please sign in to comment.