From ef48405d72b9d147e7b04c9daf52238007bfce33 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 12 Jul 2025 16:40:47 +0100 Subject: [PATCH] Update cmake minimum version to 3.19 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98166cfe3..cff173be0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR}) message(FATAL_ERROR "Prevented in-tree build.") endif() -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.19) project(love)