We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f02f7a commit da6d200Copy full SHA for da6d200
CMakeLists.txt
@@ -1,12 +1,10 @@
1
-# Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
+# Copyright (C) 2005 - 2025 Settlers Freaks <sf-team at siedler25.org>
2
#
3
# SPDX-License-Identifier: GPL-2.0-or-later
4
5
# 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()
+cmake_minimum_required(VERSION 3.16..3.20)
+
10
project(libsiedler2)
11
12
# If top-level project
0 commit comments