mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +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:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user