summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:18:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 23:53:27 +0900
commitd5a40b8e881754c8f6db48495b26d608c26e5de0 (patch)
tree6de823fd752d87c4f20402627bcf74353be5188f /CMakeL10n.txt
parente4b7a7c21002d27f3c5654156b91b53505f2909c (diff)
downloadtdeadmin-d5a40b8e.tar.gz
tdeadmin-d5a40b8e.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d15fddd5eb12d1af2794e015b764e360cf9f1bff)
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 e241786..d5fdc60 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 #################