mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-09 18:22:35 +00:00
Docu-comment an implicit correctness assumption
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user