diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:26 +0100 |
commit | 376e9fe111bbab82381208f63e67b88a91c89c2a (patch) | |
tree | 391c0ebb1467ad9172d2f52def5dc66409f0713a | |
parent | 02c8b2f2fd9a2138e471eb55ac27a9e367c4d2d6 (diff) | |
download | kscope-376e9fe111bbab82381208f63e67b88a91c89c2a.tar.gz kscope-376e9fe111bbab82381208f63e67b88a91c89c2a.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 4d0744646aef25d8966eff60aee711a52aeb686f)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 45c3dee..9d36ed8 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 |