diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 15:25:43 +0100 |
commit | 549b83dedcd7dbd5065b094dc02cc4977c910743 (patch) | |
tree | 2e18860684ef674c4c1287bc04556f04855ff4e9 | |
parent | fa2a80f713224b23572a985e5975a534bb94fd9c (diff) | |
download | gwenview-549b83dedcd7dbd5065b094dc02cc4977c910743.tar.gz gwenview-549b83dedcd7dbd5065b094dc02cc4977c910743.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 400a3089705ddc53221e69408213cfe42ffd43a2)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 40f3616..227f187 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 ################# |