summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:09:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:16:12 +0900
commit565e787d2cb57c5598b526bf5318976494078417 (patch)
tree86576bed962fb1c7652f17775df5abb7dae8bf77 /CMakeL10n.txt
parentbbb852bc4da9595b161550ff3551597732d7a5a5 (diff)
downloadtdedocker-565e787d2cb57c5598b526bf5318976494078417.tar.gz
tdedocker-565e787d2cb57c5598b526bf5318976494078417.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 581ca3b..d9651bb 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 #################