summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:18:37 +0900
committerMichele Calgaro <[email protected]>2024-03-15 12:03:27 +0900
commitd15fddd5eb12d1af2794e015b764e360cf9f1bff (patch)
treeeb551053c9a33a2e546704af0d0136168c1a77a4 /CMakeL10n.txt
parent08b407a33adc698d223b0f013ee7264c6a67630a (diff)
downloadtdeadmin-d15fddd5eb12d1af2794e015b764e360cf9f1bff.tar.gz
tdeadmin-d15fddd5eb12d1af2794e015b764e360cf9f1bff.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 #################