Raise the minimum required version of CMake to 2.8.12.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/178/head
Slávek Banko 3 years ago
parent 5f47d4f481
commit 23948c1b2a
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save