mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
move curlpp findPackage in EXAMPLES block
This commit is contained in:
parent
c1e75c700f
commit
8cc83c8be9
@ -49,7 +49,6 @@ else()
|
||||
add_definitions(-DVALIJSON_USE_EXCEPTIONS=0)
|
||||
endif()
|
||||
|
||||
find_package(curlpp)
|
||||
find_package(Poco OPTIONAL_COMPONENTS JSON)
|
||||
find_package(Qt5Core)
|
||||
|
||||
@ -150,6 +149,7 @@ if(valijson_BUILD_TESTS)
|
||||
endif()
|
||||
|
||||
if(valijson_BUILD_EXAMPLES)
|
||||
find_package(curlpp)
|
||||
include_directories(SYSTEM)
|
||||
|
||||
add_executable(custom_schema
|
||||
|
Loading…
Reference in New Issue
Block a user