mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r19607] Add message when ExternalProject is built
This commit is contained in:
parent
07a4684190
commit
5f74116522
@ -512,6 +512,7 @@ IF (HDF5_ENABLE_Z_LIB_SUPPORT)
|
||||
SET (H5_HAVE_FILTER_DEFLATE 1)
|
||||
SET (H5_HAVE_ZLIB_H 1)
|
||||
SET (H5_HAVE_LIBZ 1)
|
||||
MESSAGE (STATUS "Filter ZLIB is built")
|
||||
ELSE (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN")
|
||||
MESSAGE (FATAL " ZLib is Required for ZLib support in HDF5")
|
||||
ENDIF (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN")
|
||||
@ -581,6 +582,7 @@ IF (HDF5_ENABLE_SZIP_SUPPORT)
|
||||
SET (H5_HAVE_FILTER_SZIP 1)
|
||||
SET (H5_HAVE_SZLIB_H 1)
|
||||
SET (H5_HAVE_LIBSZ 1)
|
||||
MESSAGE (STATUS "Filter SZIP is built")
|
||||
ELSE (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN")
|
||||
MESSAGE (FATAL_ERROR "SZIP is Required for SZIP support in HDF5")
|
||||
ENDIF (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN")
|
||||
|
Loading…
Reference in New Issue
Block a user