1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

Change: [CMake] Bump minimum version to 3.9

This commit is contained in:
glx22
2021-02-05 02:00:36 +01:00
committed by Loïc Guilloux
parent b927da73c1
commit 2cbfcd2327
4 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.9)
if (NOT HOST_BINARY_DIR)
project(settingsgen)