Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 10, 2024
1 parent 5131eba commit 2f39af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/core_tutorial/13_hdf5_output_advanced/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
############################################################################

add_executable(AdvancedHDF5Output advanced_hdf5_output_example.cpp)
target_link_libraries(AdvancedHDF5Output cabanacore)
get_filename_component(HDF5_BIN_DIR ${HDF5_C_COMPILER_EXECUTABLE} DIRECTORY)
target_link_libraries(AdvancedHDF5Output Cabana::Core)
set(HDF5_BIN_DIR ${HDF5_ROOT}/bin)
if(EXISTS ${HDF5_BIN_DIR}/h5fuse.sh)
file(COPY ${HDF5_BIN_DIR}/h5fuse.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
elseif(EXISTS ${HDF5_BIN_DIR}/h5fuse)
Expand Down

0 comments on commit 2f39af4

Please sign in to comment.