From 0572a62939282c0ee19dc94403a4cd5ad8085728 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 18 Jan 2019 22:42:29 +0300 Subject: [PATCH] Removed useless code in CMakeLists for "ssl" --- contrib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index e0203b1b046..01d62a15847 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -106,7 +106,6 @@ if (USE_INTERNAL_SSL_LIBRARY) if (NOT MAKE_STATIC_LIBRARIES) set (BUILD_SHARED 1) endif () - set (USE_SHARED ${USE_STATIC_LIBRARIES}) set (LIBRESSL_SKIP_INSTALL 1) add_subdirectory (ssl) target_include_directories(${OPENSSL_CRYPTO_LIBRARY} SYSTEM PUBLIC ${OPENSSL_INCLUDE_DIR})