diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
commit | 41997e21b5001f0e62bf048cd2c8148f78ae527f (patch) | |
tree | b003917a9f8a09b671e49fbb5bb2edb10bc48c8b /CMakeL10n.txt | |
parent | a7b1339d13fd9421f51172013a4c990d9b5b5eae (diff) | |
download | libkipi-41997e21b5001f0e62bf048cd2c8148f78ae527f.tar.gz libkipi-41997e21b5001f0e62bf048cd2c8148f78ae527f.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 233b58f..ec40e4d 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 ################# |