From 2bbad1582b7a9889c532cef3ac27b3f70c690fa0 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 11 Jul 2025 02:10:53 -0700 Subject: [PATCH] cmake: Raise cmake_minimum_required to 3.12 --- CMakeLists.txt | 2 +- projects/imgui/CMakeLists.txt | 2 +- projects/libtom/crypt/CMakeLists.txt | 2 +- projects/libtom/math/CMakeLists.txt | 2 +- projects/libusb/CMakeLists.txt | 2 +- src/CxbxDebugger/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1a999371..1020cfcdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(Cxbx-Reloaded) diff --git a/projects/imgui/CMakeLists.txt b/projects/imgui/CMakeLists.txt index 0e3fbb765..1918fdd18 100644 --- a/projects/imgui/CMakeLists.txt +++ b/projects/imgui/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(imgui LANGUAGES CXX) # Since imgui doesn't have CMake, we'll make an interface project here. diff --git a/projects/libtom/crypt/CMakeLists.txt b/projects/libtom/crypt/CMakeLists.txt index d922f60ca..6097bb4bc 100644 --- a/projects/libtom/crypt/CMakeLists.txt +++ b/projects/libtom/crypt/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(libtomcrypt) # Suppress extra stuff from generated solution diff --git a/projects/libtom/math/CMakeLists.txt b/projects/libtom/math/CMakeLists.txt index 623cc7012..6413b19d0 100644 --- a/projects/libtom/math/CMakeLists.txt +++ b/projects/libtom/math/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(libtommath) # Suppress extra stuff from generated solution diff --git a/projects/libusb/CMakeLists.txt b/projects/libusb/CMakeLists.txt index fb9a71fef..c36729f18 100644 --- a/projects/libusb/CMakeLists.txt +++ b/projects/libusb/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(libusb LANGUAGES CXX) # Since libusb doesn't have CMake, we'll make an interface project here. diff --git a/src/CxbxDebugger/CMakeLists.txt b/src/CxbxDebugger/CMakeLists.txt index 947c7e425..c620402be 100644 --- a/src/CxbxDebugger/CMakeLists.txt +++ b/src/CxbxDebugger/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.12) project(cxbxr-debugger LANGUAGES CSharp) # Output all binary files into one folder