diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:54 +0100 |
commit | a76f67332a4647ff85cbee57906ee277c81d3602 (patch) | |
tree | b06e41f531751427f87779d535a4c9285fb9e4b0 | |
parent | 5f162de86b018ff08ad4a4e5b9a91a307b24acfb (diff) | |
download | tqca-a76f67332a4647ff85cbee57906ee277c81d3602.tar.gz tqca-a76f67332a4647ff85cbee57906ee277c81d3602.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 b930ec2f4e2d56af339033c3e310290d7ed7b1ae)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58dc257..65f8aba 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 |