mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
fixed typo
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# None of the above will be defined unles zlib can be found.
|
||||
|
||||
# PNG depends on Zlib
|
||||
INCLUDE( INCLUDE(${CMAKE_ROOT}/Modules/FindZLIB.cmake )
|
||||
INCLUDE( ${CMAKE_ROOT}/Modules/FindZLIB.cmake )
|
||||
|
||||
IF(ZLIB_FOUND)
|
||||
FIND_PATH(PNG_PNG_INCLUDE_DIR png.h
|
||||
|
||||
Reference in New Issue
Block a user