From 731e8824e40092c0484c48f2d7c0ae2b87478f1e Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 7 Jan 2023 15:25:37 +0700 Subject: [PATCH] update embedded curl to upstream version --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62fd616..04e1f6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)