mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-14 04:32:11 +00:00
Docu-comment an implicit correctness assumption
This commit is contained in:
@@ -120,6 +120,8 @@ endif()
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
include(cmake/deps.cmake)
|
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.
|
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)
|
set(ZLIB_BUILD_TESTING OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user