From eb0c689e881632e7f753a8b464df2ccf03303729 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 29 Nov 2022 00:31:24 +0100 Subject: [PATCH] Link ssl statically and in right order(now) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)