blob: f5aa0759862d5d06e7e0de7a7df3e4976b4f97ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
+++ trunk/CMakeLists.txt
@@ -4,7 +4,7 @@
project("gnomepie" C)
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.2...3.31)
# Location where cmake first looks for modules.
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala)
|