mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
chore: Delete comments and config settings and stuff from here and there
This commit is contained in:
@@ -98,7 +98,6 @@ option(PNG_BUILD_ZLIB "Custom zlib location, else find_package is used" OFF)
|
||||
if(NOT PNG_BUILD_ZLIB)
|
||||
find_package(ZLIB REQUIRED)
|
||||
elseif(POLICY CMP0074)
|
||||
# TODO: Remove the policy check if CMake version 3.12 or greater becomes the minimum required.
|
||||
if("x${ZLIB_ROOT}" STREQUAL "x")
|
||||
message(DEPRECATION
|
||||
"The option PNG_BUILD_ZLIB has been deprecated; please use ZLIB_ROOT instead")
|
||||
|
||||
Reference in New Issue
Block a user