From f72d7191ad867edbaaf32951b3d37d1be98a6d63 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 10 Dec 2025 17:42:39 +0100 Subject: [PATCH] dev-lang/luau: remove unused patch Signed-off-by: Michael Mair-Keimberger --- .../luau/files/luau-0.653-cmake_minimum.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dev-lang/luau/files/luau-0.653-cmake_minimum.patch diff --git a/dev-lang/luau/files/luau-0.653-cmake_minimum.patch b/dev-lang/luau/files/luau-0.653-cmake_minimum.patch deleted file mode 100644 index f17901c0a65c..000000000000 --- a/dev-lang/luau/files/luau-0.653-cmake_minimum.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -4,7 +4,7 @@ if(EXT_PLATFORM_STRING) - return() - endif() - --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.20) - - option(LUAU_BUILD_CLI "Build CLI" ON) - option(LUAU_BUILD_TESTS "Build tests" ON) -@@ -17,7 +17,6 @@ cmake_policy(SET CMP0054 NEW) - cmake_policy(SET CMP0091 NEW) - - if(LUAU_STATIC_CRT) -- cmake_minimum_required(VERSION 3.15) - set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") - endif() -