summaryrefslogtreecommitdiffstats
path: root/Source/cmCurl.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-08 12:18:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-08 12:18:17 (GMT)
commit171bf5fa92076dd177d7fd5a611440ac0f2597b4 (patch)
treefc19d383bfd94a95ce05210fe8ea349c222498fd /Source/cmCurl.h
parent3a0ea8f93a790ab7a9b7d6d11f09de55220183b0 (diff)
parent2faa3f6c55d2288316419f3efb8a483904a295f2 (diff)
downloadCMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.zip
CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.gz
CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.bz2
Merge topic 'third-parties-layout'
2faa3f6c55 Refactoring: Third-parties public headers are under cm3p prefix 75e87e3db4 bootstrap: update list of problematic files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4705
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r--Source/cmCurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h
index cb73ce6..7bd036e 100644
--- a/Source/cmCurl.h
+++ b/Source/cmCurl.h
@@ -7,7 +7,7 @@
#include <string>
-#include "cm_curl.h"
+#include <cm3p/curl/curl.h>
std::string cmCurlSetCAInfo(::CURL* curl, const char* cafile = nullptr);
std::string cmCurlSetNETRCOption(::CURL* curl, const std::string& netrc_level,