Skip to content

Commit

Permalink
Minimise boost dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseh96 committed Oct 16, 2024
1 parent 6ebd18e commit f856d16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/pdu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ set_property(TARGET plib PROPERTY CXX_VISIBILITY_PRESET hidden)

target_include_directories(plib PUBLIC ..)
target_link_libraries(plib PUBLIC
Boost::boost
Boost::program_options
Boost::filesystem
Boost::iostreams
Expand Down
14 changes: 11 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"version>=": "6.1.2"
},
{
"name": "boost",
"name": "boost-filesystem",
"version>=": "1.85.0"
},
{
"name": "boost-iostreams",
"version>=": "1.85.0"
},
{
Expand Down Expand Up @@ -39,8 +43,12 @@
"version": "6.1.2"
},
{
"name": "boost",
"version": "1.85.0"
"name": "boost-filesystem",
"version": "1.85.0#2"
},
{
"name": "boost-iostreams",
"version": "1.85.0#1"
},
{
"name": "boost-program-options",
Expand Down

0 comments on commit f856d16

Please sign in to comment.