diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:15:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 23:08:56 +0900 |
| commit | cbfeb05e34e2f675805b80ac6e5664d940b1a280 (patch) | |
| tree | 792e81f994e313be4996d9256a9e8237492119d9 /CMakeL10n.txt | |
| parent | 59af4855e8577c1cb61068391d0a2cc4d75b0b01 (diff) | |
| download | kommando-cbfeb05e.tar.gz kommando-cbfeb05e.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c50d7ebfbf6e62afe0c5732702e7128a5b8eaab0)
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 85f0c76..2f3ae25 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 ################# |
