diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:45 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:45 +0100 |
commit | 0b32dae474960dce04d539427ea9bdc4fcd9db31 (patch) | |
tree | 6e382b453bf653eef008e6e61c31a48c255d54e7 | |
parent | f44c7734a411678e923f9874a6a2b5f8fafa5591 (diff) | |
download | knmap-0b32dae474960dce04d539427ea9bdc4fcd9db31.tar.gz knmap-0b32dae474960dce04d539427ea9bdc4fcd9db31.zip |
Raise the minimum required version of CMake to 2.8.12.
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 5ebe122..5c91e17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |