2
0
mirror of https://github.com/Sude-/lgogdownloader.git synced 2025-03-08 20:35:18 +01:00

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

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