Drop version requirement for jsoncpp.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
06b989a0e3
commit
75005cdae0
|
@ -1,8 +1,8 @@
|
|||
include(GNUInstallDirs)
|
||||
|
||||
# The minimum versions should be in Debian oldstable, if possible.
|
||||
find_package(Boost 1.62 REQUIRED COMPONENTS system filesystem log)
|
||||
find_package(jsoncpp 1.7 REQUIRED CONFIG)
|
||||
find_package(Boost 1.62 REQUIRED COMPONENTS filesystem log)
|
||||
find_package(jsoncpp REQUIRED CONFIG) # 1.7.4 (Debian buster) has no version.
|
||||
find_package(CURL 7.52 REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(restclient-cpp 0.5 REQUIRED CONFIG)
|
||||
|
|
Loading…
Reference in New Issue
Block a user