mirror of
https://github.com/BlackMATov/curly.hpp.git
synced 2025-12-13 03:29:37 +07:00
update curl to 7_73_0
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user