diff options
| author | Phoebe <925731795@qq.com> | 2019-08-01 04:01:02 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-31 13:01:02 -0700 |
| commit | bcff929875d76ade98c251038eea6f48171facc6 (patch) | |
| tree | de7aa57e4bde6cedd1a0a5cca1eecc56a8929a9c /ports/alembic | |
| parent | 80b187ad64ebcd5cbab7fab982c04e6862076d8e (diff) | |
| download | vcpkg-bcff929875d76ade98c251038eea6f48171facc6.tar.gz vcpkg-bcff929875d76ade98c251038eea6f48171facc6.zip | |
Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
Diffstat (limited to 'ports/alembic')
| -rw-r--r-- | ports/alembic/CONTROL | 2 | ||||
| -rw-r--r-- | ports/alembic/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL index a1a47a3ff..a705d3f2c 100644 --- a/ports/alembic/CONTROL +++ b/ports/alembic/CONTROL @@ -1,5 +1,5 @@ Source: alembic -Version: 1.7.11-2 +Version: 1.7.11-3 Build-Depends: ilmbase, hdf5 Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. Homepage: https://alembic.io/ diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake index 8b3e8568d..b26f07ef8 100644 --- a/ports/alembic/portfile.cmake +++ b/ports/alembic/portfile.cmake @@ -23,6 +23,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA OPTIONS -DUSE_HDF5=ON -DHDF5_ROOT=${CURRENT_INSTALLED_DIR} |
