diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:07:37 +0900 |
commit | ce56158f17bc6265ffda91f6cae0d85048c22a41 (patch) | |
tree | 9238042f638326e2c767e058b895cc9e8d6a6e68 | |
parent | 511b23a34c7f02b51c2504834601dae7ebee3254 (diff) | |
download | ktorrent-ce56158f17bc6265ffda91f6cae0d85048c22a41.tar.gz ktorrent-ce56158f17bc6265ffda91f6cae0d85048c22a41.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d6268c63913433b51ad0628b5bb7ff95fd24f413)
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 945cc00..7e25008 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 ################# |