Shallow copy of curl repo, WebResourceLoader::IsUrl is now static, returning empty array instead of throwing an exception

This commit is contained in:
Vladyslav Baranovskyi
2024-06-17 12:53:58 +03:00
parent 48607813a5
commit 200ca7237a
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ FetchContent_Declare(
curl
GIT_REPOSITORY ${CURL_REPO}
GIT_TAG curl-7_79_1
GIT_SHALLOW TRUE
)
set(BUILD_CURL_EXE OFF)