diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:07:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 11:13:09 +0900 |
commit | 2f7c7fdcae55d2788ebfa998daa0db2b944e9b96 (patch) | |
tree | 0402c0959c5bde1da7043101d83273a352babdb3 | |
parent | 5d66a1922c0b93f96df134ecca2858950f088958 (diff) | |
download | krusader-2f7c7fdcae55d2788ebfa998daa0db2b944e9b96.tar.gz krusader-2f7c7fdcae55d2788ebfa998daa0db2b944e9b96.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e0b1b56..0176702 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 ################# |