forked from mirror/OpenTTD
Codechange: Update minimum CMake version to 3.17 for all parts
This is to allow the use of ZIP_LISTS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
|
||||
if(NOT SCRIPT_API_SOURCE_FILE)
|
||||
message(FATAL_ERROR "Script needs SCRIPT_API_SOURCE_FILE defined")
|
||||
|
Reference in New Issue
Block a user