diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:09:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:16:05 +0900 |
commit | bbf20379026ccb8f29b7adb5a53a47d679757f92 (patch) | |
tree | 95ad55347237559564096c1c1542ddb3adf56390 /CMakeL10n.txt | |
parent | f25c4521017718868bdd9475d3c41ca3e1febade (diff) | |
download | tdebluez-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.txt | 6 |
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 ################# |