Skip to content

Commit

Permalink
Merge pull request #8 from rock-core/fix-boost-DEPS
Browse files Browse the repository at this point in the history
Change Boost dependencies to use DEPS instead of DEPS_PLAIN
  • Loading branch information
planthaber authored Jan 31, 2025
2 parents b56e73c + 702b146 commit 1d3ef10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ rock_library(graph_analysis
${EXTRA_HPP}
DEPS_PKGCONFIG
lemon snap base-lib gexf numeric libgvc utilmm yaml-cpp
DEPS_PLAIN
Boost_SERIALIZATION
Boost_FILESYSTEM
DEPS
Boost::serialization
Boost::filesystem
)
target_link_libraries(graph_analysis cgraph gomp)

Expand Down

0 comments on commit 1d3ef10

Please sign in to comment.