diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:37 +0100 |
commit | f186fb6efbd13c6797e1c25a4cf4dc8bbcf66aa6 (patch) | |
tree | cff6f80d835daa8303758aa5b052e0b4b10fafff /CMakeL10n.txt | |
parent | 77c18c3fabbb1e81db72c70044f68ddb78d18581 (diff) | |
download | kdiff3-f186fb6efbd13c6797e1c25a4cf4dc8bbcf66aa6.tar.gz kdiff3-f186fb6efbd13c6797e1c25a4cf4dc8bbcf66aa6.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index c69615c..d0be51a 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |