We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ab178 commit 46a8d27Copy full SHA for 46a8d27
src/buildblock/CMakeLists.txt
@@ -135,9 +135,9 @@ if (LLN_FOUND)
135
target_link_libraries(buildblock PUBLIC ${LLN_LIBRARIES})
136
endif()
137
138
-if (RDF_FOUND)
139
- # TODO cannot do this as it creates circular dependencies
140
- # 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})
141
142
143
# TODO currently needed as filters need fourier
0 commit comments