diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-08-02 10:32:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-02 10:32:11 -0700 |
| commit | 44306f74bb5c40466135b26aa739a312ad041899 (patch) | |
| tree | dfe38974e8c5f0d5b291acaaee12554bbb1bc4bb | |
| parent | 38bee840eb2d42f4689d0466fd87b1335b3abbf1 (diff) | |
| download | vcpkg-44306f74bb5c40466135b26aa739a312ad041899.tar.gz vcpkg-44306f74bb5c40466135b26aa739a312ad041899.zip | |
[argh] fix flaky cmake config (#7527)
| -rw-r--r-- | ports/argh/CONTROL | 2 | ||||
| -rw-r--r-- | ports/argh/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/argh/CONTROL b/ports/argh/CONTROL index 36c062da4..db804708f 100644 --- a/ports/argh/CONTROL +++ b/ports/argh/CONTROL @@ -1,3 +1,3 @@ Source: argh
-Version: 2018-12-18
+Version: 2018-12-18-1
Description: Argh! A minimalist argument handler.
diff --git a/ports/argh/portfile.cmake b/ports/argh/portfile.cmake index 5e8b8bccd..40e7fbc84 100644 --- a/ports/argh/portfile.cmake +++ b/ports/argh/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTS=OFF
-DBUILD_EXAMPLES=OFF
|
