Skip to content

Commit

Permalink
Fix missing boost dependency (#288) (#290)
Browse files Browse the repository at this point in the history
* Fix missing boost dependency

* blosc is also required

* PR got merged
  • Loading branch information
Timple authored May 13, 2024
1 parent 7681399 commit fbad1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openvdb_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>
<buildtool_depend>git</buildtool_depend>

<depend>libblosc-dev</depend>
<depend>libboost-iostreams-dev</depend>
<depend>libboost-thread-dev</depend>
<depend>tbb</depend>
<depend>zlib</depend>
Expand Down

0 comments on commit fbad1a3

Please sign in to comment.