Docu-comment an implicit correctness assumption

This commit is contained in:
ISSOtm
2026-05-14 02:47:34 +02:00
committed by Eldred Habert
parent d5186b088b
commit 0ed8c2f8ee
+2
View File
@@ -120,6 +120,8 @@ endif()
include(FetchContent)
include(cmake/deps.cmake)
# Be sure to make zlib available before libpng, otherwise libpng
# will attempt to `find_package(ZLIB)` without going through `FetchContent`.
if(NOT DEFINED ZLIB_BUILD_TESTING) # Unless overridden (e.g. in the cache), we don't care about zlib's tests.
set(ZLIB_BUILD_TESTING OFF)
endif()