From 00d4906b2833f1c2decb71687dfd7035e263f857 Mon Sep 17 00:00:00 2001 From: whatdoineed2do/Ray Date: Fri, 29 Sep 2023 20:54:33 +0100 Subject: [PATCH] djgpp: drop forced shared --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d15a38e..f7763ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,11 +70,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") MESSAGE(STATUS "[UMSKT] macOS has no static library - Shared library forced on") endif() -if (DJGPP_WATT32) - SET(BUILD_SHARED_LIBS ON) - MESSAGE(STATUS "[UMSKT] DOS has no static library - Shared library forced on") -endif() - # if we're compiling with MSVC, respect the DEBUG compile option IF(MSVC) SET(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>")