diff options
author | Paul B. Omta <p.b.omta@alumnus.utwente.nl> | 2019-10-04 09:55:54 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-10-05 19:18:30 -0400 |
commit | df85b86a92ac2488667acfd81d16321c73fceecf (patch) | |
tree | 1cf100ee179322cdd7e2f17e0f7094735ccaf760 /CMakeLists.txt | |
parent | 04ab0108ae74350de4d8f1aa88698469715b1480 (diff) | |
download | curl-df85b86a92ac2488667acfd81d16321c73fceecf.tar.gz |
build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
Closes https://github.com/curl/curl/pull/4460
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0772d6e51..20b9bd011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -347,8 +347,6 @@ if(CMAKE_USE_OPENSSL) find_package(OpenSSL REQUIRED) set(SSL_ENABLED ON) set(USE_OPENSSL ON) - set(HAVE_LIBCRYPTO ON) - set(HAVE_LIBSSL ON) # Depend on OpenSSL via imported targets if supported by the running # version of CMake. This allows our dependents to get our dependencies |