Drop version requirement for jsoncpp.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2019-12-25 21:40:48 +01:00
parent 06b989a0e3
commit 75005cdae0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -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)