Skip to content

Commit

Permalink
fixup: wrong target for hdf5 fix after merge
Browse files Browse the repository at this point in the history
#702 not up to date after #699
  • Loading branch information
streeve committed Oct 16, 2023
1 parent b46b5fb commit 215c010
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 215c010

Please sign in to comment.