diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
commit | 0517ecf88f2d593fef3555c1f840574e3cfbf84e (patch) | |
tree | 72461b6abe834c291bc84fe87e7f07b578deabbf | |
parent | 76045e6213c59d3ba196a8c73a4fe0480b2934bd (diff) | |
download | twin-style-suse2-0517ecf88f2d593fef3555c1f840574e3cfbf84e.tar.gz twin-style-suse2-0517ecf88f2d593fef3555c1f840574e3cfbf84e.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 8c4c584..3c4ffcf 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -6,7 +6,7 @@ # # ######################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ######### diff --git a/CMakeLists.txt b/CMakeLists.txt index 64e4ab4..63da027 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |