Browse Source

fixed typo

Ken Martin 23 years ago
parent
commit
c6323d154b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindPNG.cmake

+ 1 - 1
Modules/FindPNG.cmake

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