Extending debug information for cmake and hdf5 1.8.16 on Windows.

This commit is contained in:
Ward Fisher 2016-01-06 14:18:26 -07:00
parent 34125fdecd
commit 3bb57f0a8e

View File

@ -497,7 +497,14 @@ IF(USE_HDF5 OR ENABLE_NETCDF_4)
IF(NOT HDF5_FOUND)
MESSAGE(FATAL_ERROR "Unable to locate HDF5. Disable netcdf-4 or install libhdf5 1.8.9 or later.")
ELSE()
MESSAGE(STATUS "HDF5_FOUND: ${HDF5_SHARED_LIBRARIES}")
MESSAGE(STATUS "HDF5_LIBRARIES: ${HDF5_LIBRARIES}")
MESSAGE(STATUS "HDF5_C_LIBRARIES: ${HDF5_C_LIBRARIES}")
MESSAGE(STATUS "HDF5_C_SHARED_LIBRARIES: ${HDF5_C_SHARED_LIBRARIES}")
MESSAGE(STATUS "HDF5_C_LIBRARIES_SHARED: ${HDF5_C_LIBRARIES_SHARED}")
MESSAGE(STATUS "HDF5_hdf5_LIBRARY: ${HDF5_hdf5_LIBRARY}")
MESSAGE(STATUS "HDF5_hdf5_shared_LIBRARY: ${HDF5_hdf5_shared_library}")
MESSAGE(STATUS "HDF5_hdf5-shared_LIBRARY: ${HDF5_hdf5-shared_library}")
MESSAGE(STATUS "HDF5_hdf5_hl_LIBRARY: ${HDF5_hdf5_hl_LIBRARY}")
ENDIF(NOT HDF5_FOUND)
IF(NOT MSVC)