Bump minimum libcurl version to 7.55.0

Forgot to change the requirement in 78c8f43
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T requires libcurl >= 7.55.0
This commit is contained in:
Sude 2023-04-12 12:43:37 +03:00
parent 546982c717
commit 0f3ce5df1a

View File

@ -23,7 +23,7 @@ find_package(Boost
date_time
iostreams
)
find_package(CURL 7.32.0 REQUIRED)
find_package(CURL 7.55.0 REQUIRED)
find_package(Jsoncpp REQUIRED)
find_package(Htmlcxx REQUIRED)
find_package(Tinyxml2 REQUIRED)