mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[restclient-cpp] disable tests (#7054)
This commit is contained in:
parent
22ebb8ca68
commit
539695e544
@ -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.
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user