summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-21 21:42:18 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-23 13:23:52 (GMT)
commit6ce346c53c67ba970cd04f0d8436aab006dbec71 (patch)
tree81cebc87864f4a87d7e89a11d3926231555a3476 /Utilities/cmcurl/lib/curl_config.h.cmake
parentc99e19a4ac7e6e55345a073b13c36befaa8702d8 (diff)
downloadCMake-6ce346c53c67ba970cd04f0d8436aab006dbec71.zip
CMake-6ce346c53c67ba970cd04f0d8436aab006dbec71.tar.gz
CMake-6ce346c53c67ba970cd04f0d8436aab006dbec71.tar.bz2
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/curl_config.h.cmake')
-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 b5db3b6..a561c3d 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