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 | 368f515958ac2bd9b6ec38a75350b69256e97187 (patch) | |
tree | 2dab6782b5293c2020dfad008df7282face7ce59 | |
parent | bc4ec766e71f80491ccb28a18232cac3f7b38383 (diff) | |
download | konversation-368f515958ac2bd9b6ec38a75350b69256e97187.tar.gz konversation-368f515958ac2bd9b6ec38a75350b69256e97187.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 c9bb4313725909cacba71bb1d3c1744b99c5aa9d)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3e807e..8644acb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |