diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-10-15 14:50:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-10-15 14:50:52 (GMT) |
commit | 3309c8168cd3a695457ae12d1bcd7f908cb626b6 (patch) | |
tree | ac4ca77c6f3b9ccd84ca4124bdee22d0e668574e | |
parent | 051d66e755f8258749800c8cc523279d41807251 (diff) | |
download | hdf5-3309c8168cd3a695457ae12d1bcd7f908cb626b6.zip hdf5-3309c8168cd3a695457ae12d1bcd7f908cb626b6.tar.gz hdf5-3309c8168cd3a695457ae12d1bcd7f908cb626b6.tar.bz2 |
[svn-r19608] Add message when ExternalProject is built
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 13dbdf4..bbc7f59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -514,6 +514,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") @@ -583,6 +584,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") |