update curl to 7_73_0

This commit is contained in:
BlackMATov
2020-10-30 06:43:49 +07:00
parent 32fc91c21a
commit 2cfd0a3726
2 changed files with 4 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ if(USE_EMBEDDED_CURL)
FetchContent_Declare(
embedded_curl
GIT_REPOSITORY https://github.com/curl/curl
GIT_TAG curl-7_65_1)
GIT_TAG curl-7_73_0)
FetchContent_GetProperties(embedded_curl)
if(NOT embedded_curl_POPULATED)
@@ -118,7 +118,7 @@ if(USE_EMBEDDED_CURL)
endif()
if(WIN32)
set(CMAKE_USE_WINSSL ON CACHE BOOL "" FORCE)
set(CMAKE_USE_SCHANNEL ON CACHE BOOL "" FORCE)
set(CURL_CA_PATH "none" CACHE STRING "" FORCE)
set(CURL_CA_BUNDLE "none" CACHE STRING "" FORCE)
endif()

View File

@@ -73,7 +73,8 @@ endif()
include(FetchContent)
FetchContent_Declare(
blackmatov_promise_hpp
GIT_REPOSITORY https://github.com/blackmatov/promise.hpp)
GIT_REPOSITORY https://github.com/blackmatov/promise.hpp
GIT_TAG origin/main)
FetchContent_GetProperties(blackmatov_promise_hpp)
if(NOT blackmatov_promise_hpp_POPULATED)