diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 10:56:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:08:03 +0900 |
commit | 782e31aa7115a99330ae9a7372ebf6cee7a95a33 (patch) | |
tree | d86107628d1ecad77d1e1a8ca2b5c40fc98e2fe8 | |
parent | 949305a2ca27daf4468d568851980840e4946bf7 (diff) | |
download | kvirc-782e31aa7115a99330ae9a7372ebf6cee7a95a33.tar.gz kvirc-782e31aa7115a99330ae9a7372ebf6cee7a95a33.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f639dc24d1e00c32ecfadbc66f263fa37423ea02)
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index c5abd681..c0d700e7 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 ################# |