removed unused warning configuration message

This commit is contained in:
Mickael Savinaud 2011-07-21 14:34:16 +00:00
parent 9cd5752e38
commit 0380840348
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
July 21, 2011
! [mickael] removed unused warning configuration message
July 18, 2011
! [mickael] correct build error (mislocated declaration) with convert to tiff function when HAVE_LIBTIFF is defined

View File

@ -65,9 +65,6 @@ IF (ZLIB_FOUND)
ENDIF(BUILD_THIRDPARTY)
ENDIF(PNG_FOUND)
ELSE (ZLIB_FOUND)
message(WARNING "To add lib PNG we need that ZLIB was previously found")
ENDIF (ZLIB_FOUND)
#------------