Skip to content

Commit

Permalink
Fix Gentoo build of openSSL3.x. Thanks to @Shaorin for pointing
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Nov 8, 2023
1 parent f2efb08 commit ae416b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ae416b2

Please sign in to comment.