From d6a3f477f5339e4d1c80f233b7347b1d02b62508 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 12 Jan 2021 22:01:06 +0700 Subject: [PATCH] update curl to 7_74_0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1dfef0c..4a05224 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ if(USE_EMBEDDED_CURL) FetchContent_Declare( embedded_curl GIT_REPOSITORY https://github.com/curl/curl - GIT_TAG curl-7_73_0) + GIT_TAG curl-7_74_0) FetchContent_GetProperties(embedded_curl) if(NOT embedded_curl_POPULATED)