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 f7d6c3a863)
r14.0.x
Slávek Banko 3 years ago
parent b3bb68a06d
commit df10418062
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -9,7 +9,7 @@
#
#################################################
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 2.8.12 )
##### include essential cmake modules ###########

Loading…
Cancel
Save