summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:19:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 12:03:56 +0900
commit4841ccbd7284fc4a659c7224ded269b7270b94c2 (patch)
tree811dba7bd6ca42c2489f2bd515b70d6431105d8b /CMakeL10n.txt
parent6ad93f0345b6705fa22ffb5b3411a125acd9faa1 (diff)
downloadtdeedu-4841ccbd7284fc4a659c7224ded269b7270b94c2.tar.gz
tdeedu-4841ccbd7284fc4a659c7224ded269b7270b94c2.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 32a1448a..092d955b 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 #################