fix travis
This commit is contained in:
parent
9715672350
commit
d21ce08bd2
@ -19,6 +19,9 @@ if(ENABLE_SYSTEM_JSONCPP)
|
||||
endif()
|
||||
|
||||
if(NOT JSONCPP_FOUND)
|
||||
option(JSONCPP_WITH_PKGCONFIG_SUPPORT OFF)
|
||||
option(JSONCPP_WITH_TESTS OFF)
|
||||
option(JSONCPP_WITH_POST_BUILD_UNITTEST OFF)
|
||||
add_subdirectory(jsoncpp)
|
||||
message(STATUS "Using bundled JSONCPP library. ${jsoncpp_BINARY_DIR}")
|
||||
set(JSON_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/jsoncpp/include)
|
||||
|
Loading…
x
Reference in New Issue
Block a user