Skip to content

Commit

Permalink
Change Boost dependencies to use DEPS instead of DEPS_PLAIN
Browse files Browse the repository at this point in the history
On ubuntu 22.04, using DEPS_PLAIN produces .pc files containing Boost::*
for libraries
  • Loading branch information
pierrewillenbrockdfki committed Dec 4, 2024
1 parent b56e73c commit 702b146
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 702b146

Please sign in to comment.