diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:06:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:08:21 +0900 |
| commit | b62d792c6438bb05c0777b36dc605211aa449e22 (patch) | |
| tree | 8fb386255ce88d85bf87d32f9beb318fa79ec9b2 /CMakeL10n.txt | |
| parent | 39b1357dca42247aeea273cd3fa09dbb28e990f7 (diff) | |
| download | kbfx-b62d792c.tar.gz kbfx-b62d792c.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bd6c8dc6786aeb17c167af81fd495400d990702c)
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 46f34b4..a4bcfe4 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 ################# |
