summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:18:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 23:53:06 +0900
commitb58fbd54ba0d892ae4c0159fb88a7285d0f20499 (patch)
treef649da73fedfb41295e6f2bafca0703588a8edc2 /CMakeL10n.txt
parent8be498d3fe586a0172265be1719bcb3c762a11c4 (diff)
downloadtdeaddons-b58fbd54ba0d892ae4c0159fb88a7285d0f20499.tar.gz
tdeaddons-b58fbd54ba0d892ae4c0159fb88a7285d0f20499.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e882037ecea651f4240db9634e0d1a5a2955da5c)
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 6fd9638..5c5ff3c 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 #################