removed unused warning configuration message
This commit is contained in:
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
|
||||||
|
|
||||||
|
3
thirdparty/CMakeLists.txt
vendored
3
thirdparty/CMakeLists.txt
vendored
@@ -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)
|
||||||
|
|
||||||
#------------
|
#------------
|
||||||
|
Reference in New Issue
Block a user