summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 10:58:22 +0900
committerMichele Calgaro <[email protected]>2024-03-17 15:49:21 +0900
commit52afc69c577b66b7e0cc42aeb876446cf8ef3160 (patch)
tree81533a9886fca9d65084e5470eddb0033d43e80e /CMakeL10n.txt
parent0b9aad728e05b4d1e12b9047dd7979c92c6899c0 (diff)
downloadkerberostray-52afc69c577b66b7e0cc42aeb876446cf8ef3160.tar.gz
kerberostray-52afc69c577b66b7e0cc42aeb876446cf8ef3160.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6d6257deb6cb899d14bc02bc38e972d58bdb94c9)
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 #################