summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:11:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:16:55 +0900
commit80abeaae80a739637a30839edd98f98e1451258a (patch)
treec55c71a454061fcacf75d9d9b086e7254989952a /CMakeL10n.txt
parenta1851f5d3b93ad5ee266c0d30ee36c7f29616433 (diff)
downloadtdeio-sword-80abeaae80a739637a30839edd98f98e1451258a.tar.gz
tdeio-sword-80abeaae80a739637a30839edd98f98e1451258a.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 #################