summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:21:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 12:06:58 +0900
commitc251a41ac4571b306adf450620b89f452a240ac9 (patch)
tree7f10ceed4f4f36e46d8298eb1abbb5584a1d7f6a /CMakeL10n.txt
parent18f0d166fa5daef191a086f140a942c675159143 (diff)
downloadtdetoys-c251a41ac4571b306adf450620b89f452a240ac9.tar.gz
tdetoys-c251a41ac4571b306adf450620b89f452a240ac9.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 #################