mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[argh] fix flaky cmake config (#7527)
This commit is contained in:
parent
38bee840eb
commit
44306f74bb
@ -1,3 +1,3 @@
|
||||
Source: argh
|
||||
Version: 2018-12-18
|
||||
Version: 2018-12-18-1
|
||||
Description: Argh! A minimalist argument handler.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user