diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:03:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 11:12:05 +0900 |
commit | ea7a0b4d73337e0e30678300466e668179241348 (patch) | |
tree | e07bb3639241c493827b15414fc740ebca28c2cd | |
parent | 04d9ceaa0e20cc22f1cdc55bd691cd6cd391457a (diff) | |
download | koffice-ea7a0b4d73337e0e30678300466e668179241348.tar.gz koffice-ea7a0b4d73337e0e30678300466e668179241348.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 405f0dac..d81c36c0 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 ################# |