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 12:03:21 +0900
commite882037ecea651f4240db9634e0d1a5a2955da5c (patch)
treea3964dc5f15f7294f834e82c1eafca5cc7d5a9f6 /CMakeL10n.txt
parent877750b0fd7a13164eb8455157e9abc7264ba6b4 (diff)
downloadtdeaddons-e882037ecea651f4240db9634e0d1a5a2955da5c.tar.gz
tdeaddons-e882037ecea651f4240db9634e0d1a5a2955da5c.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 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 #################