Raise the minimum required version of CMake to 3.1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/17/head
Slávek Banko 2 years ago
parent a6b2fc4fd2
commit d3c860a4d6
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save