File: 0001-Make-CMake-happy-wrt-minimum-supported-version-speci.patch

package info (click to toggle)
zst 0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ansic: 1,009; sh: 20; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From d0972801f0435d7000bb1cdeb31640f09acf33a9 Mon Sep 17 00:00:00 2001
From: Adam Borowski <kilobyte@angband.pl>
Date: Thu, 18 Jan 2024 11:18:49 +0100
Subject: Make CMake happy wrt minimum supported version specification.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ae9d6f..77e4ad2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12...3.28)
 if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.19)
 	cmake_policy(SET CMP0110 NEW)
 endif()
-- 
2.30.2