fixed typo
This commit is contained in:
parent
85690c0994
commit
c6323d154b
|
@ -14,7 +14,7 @@
|
||||||
# None of the above will be defined unles zlib can be found.
|
# None of the above will be defined unles zlib can be found.
|
||||||
|
|
||||||
# PNG depends on Zlib
|
# PNG depends on Zlib
|
||||||
INCLUDE( INCLUDE(${CMAKE_ROOT}/Modules/FindZLIB.cmake )
|
INCLUDE( ${CMAKE_ROOT}/Modules/FindZLIB.cmake )
|
||||||
|
|
||||||
IF(ZLIB_FOUND)
|
IF(ZLIB_FOUND)
|
||||||
FIND_PATH(PNG_PNG_INCLUDE_DIR png.h
|
FIND_PATH(PNG_PNG_INCLUDE_DIR png.h
|
||||||
|
|
Loading…
Reference in New Issue