Removed useless code in CMakeLists for "ssl"

This commit is contained in:
Alexey Milovidov 2019-01-18 22:42:29 +03:00
parent 57f6e81687
commit 0572a62939

View File

@ -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})