summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:09:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 17:21:38 +0900
commitf0d33ac8b8c28c50f4f6894e1f43773223e9f998 (patch)
treef7b84fa9af0c5e1535376e907dfdcce5879cc7cc /CMakeL10n.txt
parent6b77cea8755dc1e618ed779e00abdfbf9aa80348 (diff)
downloadtdepowersave-f0d33ac8b8c28c50f4f6894e1f43773223e9f998.tar.gz
tdepowersave-f0d33ac8b8c28c50f4f6894e1f43773223e9f998.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d586a58d890ee6b75fe2fba3bc3271f0d7fe22bd)
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 #################