diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e956498e..138a2f0f8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,8 +109,6 @@ find_package(DL REQUIRED) find_package(ZLIB QUIET) find_package(BZip2 QUIET) -#static linkage for openssl libs -set(OPENSSL_USE_STATIC_LIBS ON) find_package(OpenSSL REQUIRED) include(${CMAKE_SOURCE_DIR}/cmake/GenRevision.cmake)