summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:55:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:11:44 +0900
commitc4773bb18726950f9a120daab6786477eff484ef (patch)
treebc5307d68b764156822634aa9c02a721178eaaed /CMakeL10n.txt
parent7cb1c750409f85609fb4668375251aba7b2a9eaf (diff)
downloadknmap-c4773bb18726950f9a120daab6786477eff484ef.tar.gz
knmap-c4773bb18726950f9a120daab6786477eff484ef.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 #################