diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:09:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:16:12 +0900 |
commit | 565e787d2cb57c5598b526bf5318976494078417 (patch) | |
tree | 86576bed962fb1c7652f17775df5abb7dae8bf77 /CMakeL10n.txt | |
parent | bbb852bc4da9595b161550ff3551597732d7a5a5 (diff) | |
download | tdedocker-565e787d2cb57c5598b526bf5318976494078417.tar.gz tdedocker-565e787d2cb57c5598b526bf5318976494078417.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 581ca3b..d9651bb 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 ################# |