summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 10:57:06 +0900
committerMichele Calgaro <[email protected]>2024-03-17 11:18:42 +0900
commitacc56ed1735d3c53caea63d3a392532579104a3a (patch)
tree028a795f63072dad00cacc24d37bd8de7a0362a3 /CMakeL10n.txt
parentd141f381ca4e043b133a9796edb470e777fef0a4 (diff)
downloadtork-acc56ed1735d3c53caea63d3a392532579104a3a.tar.gz
tork-acc56ed1735d3c53caea63d3a392532579104a3a.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 #################