Skip to content

Commit

Permalink
Extending debug information for cmake and hdf5 1.8.16 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jan 6, 2016
1 parent 34125fd commit 3bb57f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3bb57f0

Please sign in to comment.