Merge pull request #2491 from Margen67/cmake

cmake: Raise cmake_minimum_required to 3.12
This commit is contained in:
Luke Usher 2025-07-11 16:23:48 +01:00 committed by GitHub
commit 2b19c8a539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.8)
cmake_minimum_required (VERSION 3.12)
project(Cxbx-Reloaded)

View File

@ -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.

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.8)
cmake_minimum_required (VERSION 3.12)
project(libtomcrypt)
# Suppress extra stuff from generated solution

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.8)
cmake_minimum_required (VERSION 3.12)
project(libtommath)
# Suppress extra stuff from generated solution

View File

@ -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.

View File

@ -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