1
0
Fork 0
forked from lthn/blockchain

Link ssl statically and in right order(now)

This commit is contained in:
cryptozoidberg 2022-11-29 00:31:24 +01:00
parent 880e1c189d
commit eb0c689e88
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -55,8 +55,8 @@ message("Generated with config types: ${CMAKE_CONFIGURATION_TYPES}, and built ty
enable_testing()
find_package(OpenSSL REQUIRED)
set(OPENSSL_USE_STATIC_LIBS TRUE) # link statically
find_package(OpenSSL REQUIRED)
if(APPLE)