Raise the minimum required version of CMake to 3.5.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/30/head
Slávek Banko 6 months ago
parent e76fde84d2
commit fcfaa469e9
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -9,7 +9,7 @@
#
#################################################
cmake_minimum_required( VERSION 3.1 )
cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################

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

Loading…
Cancel
Save