diff options
| author | Aaron Ang <aaronang@users.noreply.github.com> | 2019-01-07 12:48:44 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-01-07 12:48:44 -0800 |
| commit | a0042b8a667f7d1a102eb042a4bcc82204ccccdf (patch) | |
| tree | 9d348e534eb9cbeac9d9aa6c514999c3bbfd1366 /ports/openvdb/CONTROL | |
| parent | d02df9d2550b0e43ddd12a7c035a1bdc7b37b01b (diff) | |
| download | vcpkg-a0042b8a667f7d1a102eb042a4bcc82204ccccdf.tar.gz vcpkg-a0042b8a667f7d1a102eb042a4bcc82204ccccdf.zip | |
OpenVDB: Add `/bigobj` as compiler flag only for MSVC (#4948)
* Only set `/bigobj` as C++ compiler flag for MSVC
* [openvdb] Bump control version
Diffstat (limited to 'ports/openvdb/CONTROL')
| -rw-r--r-- | ports/openvdb/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openvdb/CONTROL b/ports/openvdb/CONTROL index 22c216b5c..e822bf04c 100644 --- a/ports/openvdb/CONTROL +++ b/ports/openvdb/CONTROL @@ -1,5 +1,5 @@ Source: openvdb -Version: 5.0.0-1 +Version: 5.0.0-2 Build-Depends: ilmbase, openexr, tbb, blosc, boost-iostreams, boost-system, boost-thread, boost-date-time, boost-any, boost-uuid, boost-interprocess Description: Sparse volume data structure and tools |
