Raise the minimum required version of CMake to 3.1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1368cc7ca1)
r14.0.x
Slávek Banko 3 years ago
parent 323503a2e8
commit 6bf1132510
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -11,7 +11,7 @@
#
#################################################
cmake_minimum_required( VERSION 2.8.12 )
cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################

Loading…
Cancel
Save