diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:59 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:29 +0100 |
commit | ce0f0fd3ac5a14d9a715a565633de8a145fcfa73 (patch) | |
tree | 088f6ea87b28713785459e512c58dff25456e966 | |
parent | e07af2eb9515e8ae0dbdffbd96c40755d8df9663 (diff) | |
download | kopete-otr-ce0f0fd3ac5a14d9a715a565633de8a145fcfa73.tar.gz kopete-otr-ce0f0fd3ac5a14d9a715a565633de8a145fcfa73.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 317cff1913b14533266e57af84735ef0d00d3493)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cfa1d9c..8370bce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |