Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46a8d27

Browse files
committedFeb 4, 2025·
[CMake] add HDF5 as target_include_dir for buildblock
1 parent a0ab178 commit 46a8d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/buildblock/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ if (LLN_FOUND)
135135
target_link_libraries(buildblock PUBLIC ${LLN_LIBRARIES})
136136
endif()
137137

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

143143
# TODO currently needed as filters need fourier

0 commit comments

Comments
 (0)
Please sign in to comment.