Raise the minimum required version of CMake to 3.5.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0517ecf88f)
r14.1.x
Slávek Banko 7 months ago
parent b623d8eff4
commit 3193200c97
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

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

Loading…
Cancel
Save