1
0
Fork 0

Codechange: Update minimum CMake version to 3.16 for all parts. (#13141)

The main CMakeList requires 3.16, so bump all other files to match.
pull/13149/head
Peter Nelson 2024-12-04 14:12:57 +00:00 committed by GitHub
parent 6f8e30c55d
commit 62da507aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
# #
# Create a single baseset meta file with the correct translations. # Create a single baseset meta file with the correct translations.

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
# #
# Create a single GRF file based on sprites/<grfname>.nfo and sprites/*.png # Create a single GRF file based on sprites/<grfname>.nfo and sprites/*.png

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
# #
# Create a desktop file with the correct translations. # Create a desktop file with the correct translations.

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
if(NOT REV_MAJOR) if(NOT REV_MAJOR)
set(REV_MAJOR 0) set(REV_MAJOR 0)

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
# #
# CMake script to automatically generate the enums in script_window.hpp # CMake script to automatically generate the enums in script_window.hpp

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
# #
# Runs a single regressoion test # Runs a single regressoion test

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
if(NOT SCRIPT_API_SOURCE_FILE) if(NOT SCRIPT_API_SOURCE_FILE)
message(FATAL_ERROR "Script needs SCRIPT_API_SOURCE_FILE defined") message(FATAL_ERROR "Script needs SCRIPT_API_SOURCE_FILE defined")

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
if(NOT INCLUDES_SOURCE_FILE) if(NOT INCLUDES_SOURCE_FILE)
message(FATAL_ERROR "Script needs INCLUDES_SOURCE_FILE defined") message(FATAL_ERROR "Script needs INCLUDES_SOURCE_FILE defined")

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9) cmake_minimum_required(VERSION 3.16)
if (NOT HOST_BINARY_DIR) if (NOT HOST_BINARY_DIR)
project(settingsgen) project(settingsgen)

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9) cmake_minimum_required(VERSION 3.16)
if (NOT HOST_BINARY_DIR) if (NOT HOST_BINARY_DIR)
project(strgen) project(strgen)