[argh] fix flaky cmake config (#7527)

This commit is contained in:
Phil Christensen 2019-08-02 10:32:11 -07:00 committed by GitHub
parent 38bee840eb
commit 44306f74bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: argh
Version: 2018-12-18
Version: 2018-12-18-1
Description: Argh! A minimalist argument handler.

View File

@ -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