removed unused warning configuration message
This commit is contained in:
parent
9cd5752e38
commit
0380840348
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@ What's New for OpenJPEG
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
July 21, 2011
|
||||||
|
! [mickael] removed unused warning configuration message
|
||||||
|
|
||||||
July 18, 2011
|
July 18, 2011
|
||||||
! [mickael] correct build error (mislocated declaration) with convert to tiff function when HAVE_LIBTIFF is defined
|
! [mickael] correct build error (mislocated declaration) with convert to tiff function when HAVE_LIBTIFF is defined
|
||||||
|
|
||||||
|
|
|
@ -65,9 +65,6 @@ IF (ZLIB_FOUND)
|
||||||
ENDIF(BUILD_THIRDPARTY)
|
ENDIF(BUILD_THIRDPARTY)
|
||||||
|
|
||||||
ENDIF(PNG_FOUND)
|
ENDIF(PNG_FOUND)
|
||||||
|
|
||||||
ELSE (ZLIB_FOUND)
|
|
||||||
message(WARNING "To add lib PNG we need that ZLIB was previously found")
|
|
||||||
ENDIF (ZLIB_FOUND)
|
ENDIF (ZLIB_FOUND)
|
||||||
|
|
||||||
#------------
|
#------------
|
||||||
|
|
Loading…
Reference in New Issue