summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2017-03-25 18:56:49 +0100
committerGitHub <noreply@github.com>2017-03-25 18:56:49 +0100
commit421ff99bdf5c96732f9c4ed28969c36ba9e191c5 (patch)
treea85a8e3a3d3b24af541049359a6d3f4e35331eaa
parent480200b03e4f887ef82a62a950dad19dd609ec9c (diff)
downloadnavit-421ff99bdf5c96732f9c4ed28969c36ba9e191c5.tar.gz
no_libcrypto_test
test related to http://trac.navit-project.org/ticket/1350
-rwxr-xr-xCMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 819e7d450..67f37cbbf 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -257,11 +257,11 @@ else(ZLIB_FOUND)
message(STATUS "using internal zlib")
set_with_reason(support/zlib "native zlib missing" TRUE)
endif(ZLIB_FOUND)
-if(OPENSSL_CRYPTO_LIBRARIES)
- set(HAVE_LIBCRYPTO 1)
- include_directories(${OPENSSL_INCLUDE_DIR})
- list(APPEND NAVIT_LIBS ${OPENSSL_CRYPTO_LIBRARIES})
-endif()
+#if(OPENSSL_CRYPTO_LIBRARIES)
+# set(HAVE_LIBCRYPTO 1)
+# include_directories(${OPENSSL_INCLUDE_DIR})
+# list(APPEND NAVIT_LIBS ${OPENSSL_CRYPTO_LIBRARIES})
+#endif()
if(PNG_FOUND)
set(HAVE_PNG 1)
include_directories(${PNG_INCLUDE_DIR})