Merge pull request #573 from asmaloney/min-cmake-version

{cmake} Fix deprecation warning by updating min version to 3.5
This commit is contained in:
Arseny Kapoulkine 2023-07-19 21:30:01 -07:00 committed by GitHub
commit 187cf6b5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.5)
# Policy configuration; this *MUST* be specified before project is defined
if(POLICY CMP0091)