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/kangaru | |
| 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/kangaru')
| -rw-r--r-- | ports/kangaru/CONTROL | 2 | ||||
| -rw-r--r-- | ports/kangaru/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/kangaru/CONTROL b/ports/kangaru/CONTROL index 6990d5190..81289a286 100644 --- a/ports/kangaru/CONTROL +++ b/ports/kangaru/CONTROL @@ -1,3 +1,3 @@ Source: kangaru -Version: 4.1.3-1 +Version: 4.1.3-2 Description: A dependency injection container for C++11, C++14 and later diff --git a/ports/kangaru/portfile.cmake b/ports/kangaru/portfile.cmake index 15af5ded0..cc49b6669 100644 --- a/ports/kangaru/portfile.cmake +++ b/ports/kangaru/portfile.cmake @@ -10,6 +10,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA OPTIONS -DKANGARU_EXPORT=Off -DKANGARU_TEST=Off ) |
