mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Extending debug information for cmake and hdf5 1.8.16 on Windows.
This commit is contained in:
parent
34125fdecd
commit
3bb57f0a8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user