Raise the minimum required version of CMake to 3.5.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 862a45d22e)
r14.1.x
Slávek Banko 10 months ago
parent ceb89e1c04
commit e7e12a9aec
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save