Skip to content

Commit

Permalink
fix: Add missing dependency in Exa.TrkX plugin (#1276)
Browse files Browse the repository at this point in the history
The plugin depends on the boost-headers, which was not explicitly declared in the `CMakeLists.txt`. I guess this wasn't detected because in the CI environment the boost headers are installed in the standard include paths...
  • Loading branch information
benjaminhuth committed Jun 14, 2022
1 parent f9a0979 commit baa4222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/ExaTrkX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ target_link_libraries(
target_link_libraries(
ActsPluginExaTrkX
PUBLIC
Boost::boost
OnnxRuntime
cugraph::cugraph
)
Expand Down

0 comments on commit baa4222

Please sign in to comment.