Skip to content

Commit

Permalink
fix building with system igraph
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Nov 3, 2024
1 parent f8337d5 commit fe1fe74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/graph_algorithm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if(PL_GRAPH_ALGORITHM OR BUILD_ALL_PLUGINS)
LINK_LIBRARIES PUBLIC ${igraph_LIBRARIES}
)

add_dependencies(graph_algorithm igraph_0_10)
if(USE_VENDORED_IGRAPH)
add_dependencies(graph_algorithm igraph_0_10)
endif()

endif()

0 comments on commit fe1fe74

Please sign in to comment.