summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:21:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 23:54:20 +0900
commit27159fc6b5a932e41f6c46a314186d0e8a416c64 (patch)
tree1b6332ade98bd56efd6aabf8b934400d97955ed5 /CMakeL10n.txt
parentce6544d565cfc627b24734c2e5aadc8f7d31468f (diff)
downloadtdevelop-27159fc6b5a932e41f6c46a314186d0e8a416c64.tar.gz
tdevelop-27159fc6b5a932e41f6c46a314186d0e8a416c64.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 749884499d750d9a31dec3b89409e09b330d795f)
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 09c4087c..25ce07de 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 #################