summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:15:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 23:09:23 +0900
commit3136db70d5ef2a751a02ee0f90d5d05e6d93e899 (patch)
tree9fd165fc2c8a2e02004dde0f71f0e911cbd7210e /CMakeL10n.txt
parent9f4c6ff78a60ec2ce8316edf6daf3060b075139a (diff)
downloadkompose-3136db70.tar.gz
kompose-3136db70.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f4e3d22da4cf32733a269e51486b02860cd8d5b6)
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 #################