summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:57:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:46:22 +0900
commit936b601df6f11ff091ed8f0d2d0d98831a6fe3ef (patch)
tree028a795f63072dad00cacc24d37bd8de7a0362a3 /CMakeL10n.txt
parent16d186a5bed76d0a5cd937ce0c443b889e8f21f7 (diff)
downloadtork-936b601d.tar.gz
tork-936b601d.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit acc56ed1735d3c53caea63d3a392532579104a3a)
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 #################