From 6f94b16779b2fefb02662449a1c381ab4a9424a1 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Fri, 12 Jun 2026 13:08:09 -0400 Subject: [PATCH] a --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c194a25..748f6cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,14 +38,6 @@ else() endif() endif() -#https://github.com/Ravbug/sdl3-sample/blob/main/CMakeLists.txt -if ((APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Darwin") OR EMSCRIPTEN) - set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "") # Disable shared builds on platforms where it does not make sense to use them - set(SDL_SHARED OFF) -else() - set(SDL_SHARED ON) -endif() - # main stuff set(MAIN_HEADERS src/quadarray.h