diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-11-21 05:25:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 13:25:30 -0800 |
| commit | a6966c202148b29363b4a4ca48a293b2841e55d5 (patch) | |
| tree | b2f71fbcd8e67fca02d5720ecab02d0ea6e49fde /ports/openvdb/CONTROL | |
| parent | 048d760168046b5141750f211e9f2d47b3375492 (diff) | |
| download | vcpkg-a6966c202148b29363b4a4ca48a293b2841e55d5.tar.gz vcpkg-a6966c202148b29363b4a4ca48a293b2841e55d5.zip | |
[openvdb] Fix dependency issue and usage issue (#14651)
Diffstat (limited to 'ports/openvdb/CONTROL')
| -rw-r--r-- | ports/openvdb/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/openvdb/CONTROL b/ports/openvdb/CONTROL index 17e6c12de..f100be3e8 100644 --- a/ports/openvdb/CONTROL +++ b/ports/openvdb/CONTROL @@ -1,5 +1,6 @@ Source: openvdb Version: 7.1.0 +Port-Version: 1 Build-Depends: boost-ptr-container, openexr, tbb, blosc, boost-iostreams, boost-system, boost-thread, boost-date-time, boost-any, boost-uuid, boost-interprocess, ilmbase Homepage: https://github.com/dreamworksanimation/openvdb Description: Sparse volume data structure and tools |
