From 47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb Mon Sep 17 00:00:00 2001 From: uint Date: Thu, 18 Dec 2025 20:16:00 +0000 Subject: update patches --- build_patches/cmake.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 build_patches/cmake.patch (limited to 'build_patches/cmake.patch') diff --git a/build_patches/cmake.patch b/build_patches/cmake.patch deleted file mode 100644 index 1da02b6..0000000 --- a/build_patches/cmake.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index afcc5bf2..e7a12776 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -69,6 +69,10 @@ if (ENABLE_QT AND ENABLE_GUI_TARGETS) - find_package(Qt6 REQUIRED COMPONENTS Core Widgets) - endif() - -+if (ENABLE_QUARTZ AND ENABLE_GUI_TARGETS) -+ include(Meta/CMake/SDL3.cmake) -+endif() -+ - # We need to find OpenSSL in order to link it explicitly with all targets. - find_package(OpenSSL REQUIRED) - -- cgit v1.2.3