Add another alias for include dirs

This commit is contained in:
Guilhem Lavaux 2018-11-01 15:38:41 +01:00
parent d0533f3235
commit b24177484e

View File

@ -128,6 +128,7 @@ else (INTERNAL_HDF5)
endif() endif()
endforeach() endforeach()
cmessage(STATUS "HDF5 libpath: ${HDF5_BIN_DIR}") cmessage(STATUS "HDF5 libpath: ${HDF5_BIN_DIR}")
SET(HDF5_INCLUDE_DIR ${HDF5_INCLUDE_DIRS})
else() else()
cmessage(STATUS "Found HDF5 cmake config.") cmessage(STATUS "Found HDF5 cmake config.")
cmessage(STATUS "HDF5_C_STATIC_LIBRARY : ${HDF5_C_STATIC_LIBRARY}") cmessage(STATUS "HDF5_C_STATIC_LIBRARY : ${HDF5_C_STATIC_LIBRARY}")