From 226b1c5299fccf990f06326eaad0e6dbb1c87e70 Mon Sep 17 00:00:00 2001 From: Antz Date: Wed, 8 Nov 2023 22:37:51 +0000 Subject: [PATCH] Fix Gentoo build of openSSL3.x. Thanks to @Shaorin for pointing --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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)