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 07387f0ab2)
r14.0.x
Slávek Banko 4 years ago
parent a39c88138c
commit 7e41d9faa6
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -6,7 +6,7 @@
#
###############################################
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 2.8.12 )
#### general package setup

Loading…
Cancel
Save