summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:02:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:14:57 +0900
commit442efde9c3e64f6a95ece467d7ad0a6615ef2480 (patch)
treee2625bd5286e423785b1470a37e58c55c8cb2afc /CMakeL10n.txt
parent01729135d0eb507c601334e0b9ac4649142f25fd (diff)
downloadkmymoney-442efde9c3e64f6a95ece467d7ad0a6615ef2480.tar.gz
kmymoney-442efde9c3e64f6a95ece467d7ad0a6615ef2480.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit de351e3204908ceeda093babe1b7dff13c71ee7d)
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 #################