summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:17:30 +0900
committerMichele Calgaro <[email protected]>2024-03-17 21:23:04 +0900
commit3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b (patch)
tree37f9ec57e5b4227e8b905dfa6e05fbea7e58ad84 /CMakeL10n.txt
parentbfd8a62ca159072eb1a157d5f5ba06c05a1102e7 (diff)
downloadtde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.tar.gz
tde-i18n-3d0a34c8c2012c8e51124ce9d10e56bd70ab3d7b.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a9abac08165581959590a43a2853162ca44d7d91)
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 ff5d79292af..d21ab815c3a 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 #################