Merge pull request #286 from Sororfortuna/patch-1

Bump cmake minimum version
This commit is contained in:
Martin Raiber 2023-09-28 20:07:39 +02:00 committed by GitHub
commit 18795fa61e
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 # determine whether this is a standalone project or included by other projects
set (MINIZ_STANDALONE_PROJECT ON) set (MINIZ_STANDALONE_PROJECT ON)