summaryrefslogtreecommitdiffstats
path: root/Source/cmCurl.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-08-15 13:35:15 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-08-15 13:35:37 (GMT)
commit0460e71e1f592c71fbffc2035f22f91e240608a5 (patch)
tree6956d4e9824ec445f3a1716ae14fd16b25146c1c /Source/cmCurl.h
parent41da7a4a9a6e1e5e3adaf73bce6881ec891b3e88 (diff)
parent7486f468fb982f8362252b70987aca13ddf95690 (diff)
downloadCMake-0460e71e1f592c71fbffc2035f22f91e240608a5.zip
CMake-0460e71e1f592c71fbffc2035f22f91e240608a5.tar.gz
CMake-0460e71e1f592c71fbffc2035f22f91e240608a5.tar.bz2
Merge topic 'curl-http2'
7486f468fb curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9728
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r--Source/cmCurl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h
index bb2221f..2088e3d 100644
--- a/Source/cmCurl.h
+++ b/Source/cmCurl.h
@@ -18,3 +18,5 @@ std::string cmCurlSetCAInfo(::CURL* curl, const std::string& cafile = {});
std::string cmCurlSetNETRCOption(::CURL* curl, const std::string& netrc_level,
const std::string& netrc_file);
std::string cmCurlFixFileURL(std::string url);
+
+::CURL* cm_curl_easy_init();