Raise the minimum required version of CMake to 3.5.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 63bb4a70fa)
r14.1.x
Slávek Banko 8 months ago
parent 2fa6fa6910
commit c048d06741
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 )
##### project settings ########################## ##### project settings ##########################

Loading…
Cancel
Save