Link ssl statically

This commit is contained in:
cryptozoidberg 2022-11-28 23:23:54 +01:00
parent 1c52911757
commit 880e1c189d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -56,6 +56,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
if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10.5)