summaryrefslogtreecommitdiff
path: root/Utilities/cmcurl/lib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-21 16:42:18 -0500
committerBrad King <brad.king@kitware.com>2015-01-23 08:23:52 -0500
commit6ce346c53c67ba970cd04f0d8436aab006dbec71 (patch)
tree81cebc87864f4a87d7e89a11d3926231555a3476 /Utilities/cmcurl/lib
parentc99e19a4ac7e6e55345a073b13c36befaa8702d8 (diff)
downloadcmake-6ce346c53c67ba970cd04f0d8436aab006dbec71.tar.gz
curl: Add CURL_CA_PATH option to CMake build process
Move CMAKE_USE_OPENSSL and CURL_CA_BUNDLE up to the top of CMake so that CMake's own sources can know their values. Add the CURL_CA_PATH option at the top and honor it as part of the curl build.
Diffstat (limited to 'Utilities/cmcurl/lib')
-rw-r--r--Utilities/cmcurl/lib/curl_config.h.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Utilities/cmcurl/lib/curl_config.h.cmake b/Utilities/cmcurl/lib/curl_config.h.cmake
index b5db3b6a10..a561c3d893 100644
--- a/Utilities/cmcurl/lib/curl_config.h.cmake
+++ b/Utilities/cmcurl/lib/curl_config.h.cmake
@@ -3,12 +3,6 @@
/* when building libcurl itself */
#cmakedefine BUILDING_LIBCURL 1
-/* Location of default ca bundle */
-#cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
-
-/* Location of default ca path */
-#cmakedefine CURL_CA_PATH ${CURL_CA_PATH}
-
/* to disable cookies support */
#cmakedefine CURL_DISABLE_COOKIES 1