diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:31 +0100 |
commit | c1c7aa96e8f8bfcb80fac2ba8713807dc882ac19 (patch) | |
tree | 506ef141fae972bf3086cdc44174f41e76dc54bd /CMakeLists.txt | |
parent | 083def0d178620fac16751ca5c2ca47a62bacbbb (diff) | |
download | kbiff-c1c7aa96e8f8bfcb80fac2ba8713807dc882ac19.tar.gz kbiff-c1c7aa96e8f8bfcb80fac2ba8713807dc882ac19.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e064b670b8cfbb5b16f42167002c57d00f08b60)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f7951da..33a6ff9 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 |