summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/config.h.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2012-09-05 21:25:44 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-07 15:03:19 (GMT)
commitc2f47590ef4fb937a5baa4d4b9e0f364e812d407 (patch)
tree9320fc6d769db236ec37eec5117607bbab534180 /Utilities/cmcurl/config.h.in
parent2da17ef7975b521abe2be4736569d19ef79dc3be (diff)
downloadCMake-c2f47590ef4fb937a5baa4d4b9e0f364e812d407.zip
CMake-c2f47590ef4fb937a5baa4d4b9e0f364e812d407.tar.gz
CMake-c2f47590ef4fb937a5baa4d4b9e0f364e812d407.tar.bz2
curl: Use find_package(OpenSSL)
Change the code to use the standard CMake FindOpenSSL instead of the handcrafted attempt that was there before.
Diffstat (limited to 'Utilities/cmcurl/config.h.in')
-rw-r--r--Utilities/cmcurl/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utilities/cmcurl/config.h.in b/Utilities/cmcurl/config.h.in
index 6e74935..e18af8f 100644
--- a/Utilities/cmcurl/config.h.in
+++ b/Utilities/cmcurl/config.h.in
@@ -255,9 +255,6 @@
/* Define to 1 if you have the <libssh2.h> header file. */
#cmakedefine HAVE_LIBSSH2_H ${HAVE_LIBSSH2_H}
-/* Define to 1 if you have the `ssl' library (-lssl). */
-#cmakedefine HAVE_LIBSSL ${HAVE_LIBSSL}
-
/* if zlib is available */
#cmakedefine HAVE_LIBZ ${HAVE_LIBZ}