[restclient-cpp] disable tests (#7054)

This commit is contained in:
Phil Christensen 2019-06-26 16:03:27 -07:00 committed by GitHub
parent 22ebb8ca68
commit 539695e544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: restclient-cpp
Version: 0.5.1-1
Version: 0.5.1-2
Build-Depends: curl
Description: Binn is a binary data serialization format designed to be compact, fast and easy to use.

View File

@ -13,6 +13,9 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_GTest=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_jsoncpp=TRUE
)
vcpkg_install_cmake()