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 cfc357b2c8)
r14.0.x
Slávek Banko 3 years ago
parent 31e4737d05
commit 36f8a5113b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################

Loading…
Cancel
Save