diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:01:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:17:28 +0900 |
commit | 5cfe0c6c357cc1b497fda197d015500c00fafd7f (patch) | |
tree | fe1851aae677ca3acf281dff3af77b20c604131a /CMakeL10n.txt | |
parent | 4c5037734561f0b8c16819f11aae08e8f6974285 (diff) | |
download | tderadio-5cfe0c6c357cc1b497fda197d015500c00fafd7f.tar.gz tderadio-5cfe0c6c357cc1b497fda197d015500c00fafd7f.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 7f8a96a..49d03e9 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 ################# |