diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:50 +0100 |
commit | 794d223c3562387e87478fc034a7bd6ba3436a5b (patch) | |
tree | 7cd4c1ca017be5185a58d8e191feb91442d8aba6 | |
parent | 5b8f13625de813c0bbddec63d24f98f2abbb5673 (diff) | |
download | tqca-794d223c3562387e87478fc034a7bd6ba3436a5b.tar.gz tqca-794d223c3562387e87478fc034a7bd6ba3436a5b.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 4f7ea5d..6aa80a0 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 |