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 12:32:57 +0100 |
commit | 4d0744646aef25d8966eff60aee711a52aeb686f (patch) | |
tree | e08a6ef913fc19881c2cb894e72d17ea243ede77 | |
parent | a549d529315de264551337bac4fb516c0dfea7af (diff) | |
download | kscope-4d0744646aef25d8966eff60aee711a52aeb686f.tar.gz kscope-4d0744646aef25d8966eff60aee711a52aeb686f.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dbdde4..69c53a3 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 |