summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:20:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 12:05:42 +0900
commit2d7b94b22a3e6915c3861ee49945a4f59cb56757 (patch)
tree1604ec24deb863ec95321fe4439915f7753f74b5 /CMakeL10n.txt
parent296421fe123cb218edd8461cfb9920bad0f6afda (diff)
downloadtdepim-2d7b94b22a3e6915c3861ee49945a4f59cb56757.tar.gz
tdepim-2d7b94b22a3e6915c3861ee49945a4f59cb56757.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 5705705f..c78db9a0 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,12 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
##### include our cmake modules #################