Link ssl statically and in right order(now)
This commit is contained in:
parent
880e1c189d
commit
eb0c689e88
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue