update embedded curl to upstream version

This commit is contained in:
BlackMATov
2023-01-07 15:25:37 +07:00
parent 687bf4b6b8
commit 731e8824e4

View File

@@ -83,8 +83,7 @@ if(USE_EMBEDDED_CURL)
include(FetchContent)
FetchContent_Declare(
embedded_curl
GIT_REPOSITORY https://github.com/curl/curl
GIT_TAG curl-7_87_0)
GIT_REPOSITORY https://github.com/curl/curl)
FetchContent_GetProperties(embedded_curl)
if(NOT embedded_curl_POPULATED)