summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:21:07 +0900
committerMichele Calgaro <[email protected]>2024-03-15 23:51:04 +0900
commitcc18811eeab4c46d322de677c0bbb76d0f1f864b (patch)
tree94ad7c0d3edaf32d1b41eef8b51b76c1ea9037ff /CMakeL10n.txt
parent1fb4ee788e0f51324bd028b20076095fdfd882c2 (diff)
downloadtdetoys-cc18811eeab4c46d322de677c0bbb76d0f1f864b.tar.gz
tdetoys-cc18811eeab4c46d322de677c0bbb76d0f1f864b.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c251a41ac4571b306adf450620b89f452a240ac9)
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 2c7e0f6..0e88a47 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 #################