1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

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:
Jonathan G Rennison
2025-02-15 21:32:32 +00:00
committed by Peter Nelson
parent 4a37b6448f
commit 2c58494920
9 changed files with 9 additions and 9 deletions

View File

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