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