summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 10:59:40 +0900
committerMichele Calgaro <[email protected]>2024-03-17 11:00:01 +0900
commit148fc9293d9883d97fbdf79720cfd8218cf6989b (patch)
treec78ba1bfb2d46a42815ea336c30b21009b013b82 /CMakeL10n.txt
parente6473e544e16ca46e5ca4f5ca8a38b2b7ffb61e3 (diff)
downloadkaffeine-148fc9293d9883d97fbdf79720cfd8218cf6989b.tar.gz
kaffeine-148fc9293d9883d97fbdf79720cfd8218cf6989b.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 #################