Skip to content

Commit

Permalink
[CMake] add HDF5 as target_include_dir for buildblock
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Feb 4, 2025
1 parent a0ab178 commit 46a8d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/buildblock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ if (LLN_FOUND)
target_link_libraries(buildblock PUBLIC ${LLN_LIBRARIES})
endif()

if (RDF_FOUND)
# TODO cannot do this as it creates circular dependencies
# target_link_libraries(buildblock PUBLIC local_IO_GE)
# TODO Remove but currently needed for ProjDataGEHDF5
if (HAVE_HDF5)
target_include_directories(buildblock PUBLIC ${HDF5_INCLUDE_DIRS})
endif()

# TODO currently needed as filters need fourier
Expand Down

0 comments on commit 46a8d27

Please sign in to comment.