diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:56:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:14:15 +0900 |
commit | f639dc24d1e00c32ecfadbc66f263fa37423ea02 (patch) | |
tree | 7948b61c02e1e6ca65f1e4617d74c9af1cda6063 /CMakeL10n.txt | |
parent | fbb5c61c16a1afaba0f2198d0a0d448a2f4d70a4 (diff) | |
download | kvirc-f639dc24d1e00c32ecfadbc66f263fa37423ea02.tar.gz kvirc-f639dc24d1e00c32ecfadbc66f263fa37423ea02.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 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 ################# |