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 21:29:56 +0900
commitac5f06e51675969f0ab2c18a85d4556cb0e96f8b (patch)
treef97283b257d7539dd5dc30cfe648faa9cd0ded99 /CMakeL10n.txt
parent9f512be4d2991cc4b28345ce839a23e5de1e319c (diff)
downloadtdedocker-ac5f06e5.tar.gz
tdedocker-ac5f06e5.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 565e787d2cb57c5598b526bf5318976494078417)
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 #################