Add build-release.py updates from satellite libraries

[ci skip]
This commit is contained in:
Anonymous Maarten
2024-12-07 10:20:42 +01:00
parent b5c05b6e29
commit 19cc04a162
9 changed files with 58 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ This module will set the following variables in your project:
#]=======================================================================]
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.7...3.28)
if(NOT PROJECT_NAME MATCHES "^SDL.*")
message(WARNING "This module is internal to SDL and is currently not supported.")

View File

@@ -52,7 +52,7 @@ This module responds to the flags:
#]=======================================================================]
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.7...3.28)
if(NOT PROJECT_NAME MATCHES "^SDL.*")
message(WARNING "This module is internal to SDL and is currently not supported.")

View File

@@ -55,7 +55,7 @@ This module responds to the flags:
#]=======================================================================]
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.7...3.28)
if(NOT PROJECT_NAME MATCHES "^SDL.*")
message(WARNING "This module is internal to SDL and is currently not supported.")

View File

@@ -5,7 +5,7 @@ It is (currently) limited to packaging binaries for a single architecture.
#]=======================================================================]
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.7...3.28)
if(NOT PROJECT_NAME MATCHES "^SDL.*")
message(WARNING "This module is internal to SDL and is currently not supported.")

View File

@@ -6,7 +6,7 @@ Because
#]=======================================================================]
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.16...3.28)
if(NOT CMAKE_SCRIPT_MODE_FILE)
message(FATAL_ERROR "This file can only be used in CMake script mode")