summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:53:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:11:37 +0900
commite04582c215ce22ce199f012681c4cda4134f2ec2 (patch)
tree8e590c46a2cf88268060dc5f553f3be236871c82 /CMakeL10n.txt
parent9ea3fc7ae8217d930353eb3e0be7bfdbdf21a5c7 (diff)
downloadknights-e04582c215ce22ce199f012681c4cda4134f2ec2.tar.gz
knights-e04582c215ce22ce199f012681c4cda4134f2ec2.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e0b1b56..0176702 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################