fixed typo

This commit is contained in:
Ken Martin 2003-01-13 09:24:37 -05:00
parent 85690c0994
commit c6323d154b
1 changed files with 1 additions and 1 deletions

View File

@ -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