Raise the minimum required version of CMake to 3.5.

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

@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.1 )
cmake_minimum_required( VERSION 3.5 )
if( POLICY CMP0037 )
cmake_policy(SET CMP0037 NEW)
endif( POLICY CMP0037 )

Loading…
Cancel
Save