diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:07:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:26:56 +0900 |
commit | 6551acc5e188b0d4401f019a85508277e063d104 (patch) | |
tree | 7b3a486d4ad4b4b8165ae929fd7cd3d7365d4b13 | |
parent | cc2a8405b2ffdf0291cc1ea2aef3e314fe1e1fd1 (diff) | |
download | krusader-6551acc5e188b0d4401f019a85508277e063d104.tar.gz krusader-6551acc5e188b0d4401f019a85508277e063d104.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2f7c7fdcae55d2788ebfa998daa0db2b944e9b96)
-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 ################# |