linking hdf5 to hdf5

This commit is contained in:
Kyle Shores 2024-01-26 15:53:05 -06:00
parent d7e7714168
commit 46105aa7dc

View File

@ -23,5 +23,7 @@ if(STATUS_PARALLEL)
target_link_libraries(netcdfhdf5 PUBLIC MPI::MPI_C)
endif(STATUS_PARALLEL)
target_include_directories(netcdfhdf5 PRIVATE ${HDF5_INCLUDE_DIR})
# Remember to package this file for CMake builds.
add_extra_dist(${libnchdf5_SOURCES} CMakeLists.txt)