Skip to content

Commit

Permalink
linking hdf5 to hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jan 26, 2024
1 parent d7e7714 commit 46105aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libhdf5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 46105aa

Please sign in to comment.