summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:19:03 +0900
committerMichele Calgaro <[email protected]>2024-03-15 23:48:42 +0900
commit97c7b6674f8e93b0851d51a67e58a6c72a00457b (patch)
tree9ec888a3e3f96779a3b44186af0b484fc6570987 /CMakeL10n.txt
parentb81117094f6118324df215ad1893d0ff2cb79747 (diff)
downloadtdebase-97c7b6674f8e93b0851d51a67e58a6c72a00457b.tar.gz
tdebase-97c7b6674f8e93b0851d51a67e58a6c72a00457b.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7600dc73ffc3d294af78472c9e6f01358e9aeb8e)
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 266833a97..60e82e1e3 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 #################