Browse Source

I copied a bit too much VXL functionality here. Oops

pull/1/head
Ian Scott 23 years ago
parent
commit
8cc45bd524
  1. 2
      Modules/FindPNG.cmake

2
Modules/FindPNG.cmake

@ -14,7 +14,7 @@
# None of the above will be defined unles zlib can be found.
# PNG depends on Zlib
INCLUDE( ${MODULE_PATH}/NewCMake/FindZLIB.cmake )
INCLUDE( INCLUDE(${CMAKE_ROOT}/Modules/FindZLIB.cmake )
IF(ZLIB_FOUND)
FIND_PATH(PNG_PNG_INCLUDE_DIR png.h

Loading…
Cancel
Save