summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:08:11 +0900
committerMichele Calgaro <[email protected]>2024-03-17 21:27:17 +0900
commitfc95493eaf8efcade3bc19c80bfdc84a2d2a1ec7 (patch)
treec24c176058de968fab0c4474e69b5d8307ac1ac9 /CMakeL10n.txt
parent2ced63096709ab7f53f9685003bdae2342f27f92 (diff)
downloadkshutdown-fc95493eaf8efcade3bc19c80bfdc84a2d2a1ec7.tar.gz
kshutdown-fc95493eaf8efcade3bc19c80bfdc84a2d2a1ec7.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ac0387a2e26f600580d28c779bc5e0fcc158f4a0)
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 4b3030b..d17c9e7 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 #################