diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 10:55:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 15:45:43 +0900 |
commit | 20ad9ac530db499bdc627d0e4c40e437bdc62a8a (patch) | |
tree | dc6876c593ce76015772e9048b7b505e215adbd6 /CMakeL10n.txt | |
parent | 188e5fcea58f1dea99a69953f81d1c74903adbd3 (diff) | |
download | kftpgrabber-20ad9ac530db499bdc627d0e4c40e437bdc62a8a.tar.gz kftpgrabber-20ad9ac530db499bdc627d0e4c40e437bdc62a8a.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 96eabfd3eaa674faa71a3b4632b1a35d1f83601f)
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 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 ################# |