Skip to content

Commit

Permalink
Merge pull request #704 from streeve/fixup_hdf5_include
Browse files Browse the repository at this point in the history
fixup: HDF5 include after merge
  • Loading branch information
streeve authored Oct 17, 2023
2 parents 80ad1a1 + 215c010 commit 0bcc5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ target_include_directories(Core INTERFACE
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
if(Cabana_ENABLE_HDF5)
target_include_directories(cabanacore INTERFACE
target_include_directories(Core INTERFACE
${HDF5_INCLUDE_DIRS} # FIXME: remove when requiring newer CMake
)
endif()
Expand Down

0 comments on commit 0bcc5b6

Please sign in to comment.