1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

CMake: Increase CMake minimum version to 3.12.

For HOMPAGE_URL.
This commit is contained in:
Vollstrecker 2024-12-31 15:52:30 +01:00 committed by Mark Adler
parent b8ae23d4c8
commit b9cf26c056

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.12)
project(zlib
LANGUAGES C