diff --git a/CMakeLists.txt b/CMakeLists.txt index d3235ce7..dc71cc25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)