From a03f67af26e59784336bfbb606fa3abaf856636f Mon Sep 17 00:00:00 2001 From: Sarah Ohlin Date: Fri, 28 Oct 2022 05:31:04 -0400 Subject: [PATCH] chore: move to openssl static libs --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8ecedf..54df870 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ if(NOT sfml_POPULATED) endif() find_package(OpenGL REQUIRED) + +set(OPENSSL_USE_STATIC_LIBS TRUE) find_package(OpenSSL REQUIRED) # not libs @@ -59,8 +61,6 @@ if(WIN32) $ $ $ - $ - $ $ ) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR})