diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:14:08 +0900 |
commit | d6268c63913433b51ad0628b5bb7ff95fd24f413 (patch) | |
tree | 1fe90b090de2516338275c61ec67095577026405 /CMakeL10n.txt | |
parent | 91fadcf813d9ffa6b189fa50979db1008e3f411b (diff) | |
download | ktorrent-d6268c63913433b51ad0628b5bb7ff95fd24f413.tar.gz ktorrent-d6268c63913433b51ad0628b5bb7ff95fd24f413.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
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 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 ################# |