summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:09:20 +0900
committerMichele Calgaro <[email protected]>2024-03-17 11:16:05 +0900
commitbbf20379026ccb8f29b7adb5a53a47d679757f92 (patch)
tree95ad55347237559564096c1c1542ddb3adf56390 /CMakeL10n.txt
parentf25c4521017718868bdd9475d3c41ca3e1febade (diff)
downloadtdebluez-bbf20379026ccb8f29b7adb5a53a47d679757f92.tar.gz
tdebluez-bbf20379026ccb8f29b7adb5a53a47d679757f92.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index b2b4d58..55eeda8 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################