summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:21:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 12:07:17 +0900
commit470c1e64e97cb0f0ad93d2b23857f0c672eadaa0 (patch)
tree8a1eb959bbfb46a2d3d42b8cec2fcaa18928b9a8 /CMakeL10n.txt
parent370db00b43084d76d5b07e4054cc220d6808fa4e (diff)
downloadtdewebdev-470c1e64e97cb0f0ad93d2b23857f0c672eadaa0.tar.gz
tdewebdev-470c1e64e97cb0f0ad93d2b23857f0c672eadaa0.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 1d7b788c..d3e75e27 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 #################