From 0dfcbe2c2ba1ad0b0e723a6497b956003ebd2f9f Mon Sep 17 00:00:00 2001 From: O01eg Date: Mon, 23 Dec 2024 17:30:11 +0400 Subject: [PATCH] Try to disable SDL Framework installation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bfddfb..e8c119f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -374,7 +374,7 @@ if(WIN32) else() set(SDL_CONFIGURE_FLAGS -DBUILD_SHARED_LIBS=ON - -DBUILD_FRAMEWORK=ON + -DBUILD_FRAMEWORK=OFF ) set(SDL_CONFIGURE_INSTALL_DIR ${SDK_INSTALL_DIR}/Frameworks) endif()