bump cmake minimum version

This commit is contained in:
Igor Alexey 2023-09-28 09:01:25 -03:00 committed by GitHub
parent 9ae305f6e1
commit d0190e5cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
# determine whether this is a standalone project or included by other projects
set (MINIZ_STANDALONE_PROJECT ON)