Skip to content

Commit da6d200

Browse files
committed
Update minimum CMake version to 3.16
1 parent 4f02f7a commit da6d200

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
1+
# Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
22
#
33
# SPDX-License-Identifier: GPL-2.0-or-later
44

55
# Project meant to be used as part of a super project including libutil and libendian
6-
cmake_minimum_required(VERSION 3.9)
7-
if(POLICY CMP0074)
8-
cmake_policy(SET CMP0074 NEW)
9-
endif()
6+
cmake_minimum_required(VERSION 3.16..3.20)
7+
108
project(libsiedler2)
119

1210
# If top-level project

0 commit comments

Comments
 (0)