aboutsummaryrefslogtreecommitdiff
path: root/ports/restclient-cpp/portfile.cmake
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-06-26 16:03:27 -0700
committerGitHub <noreply@github.com>2019-06-26 16:03:27 -0700
commit539695e5445a435db848ff76cd39bf4fd7ab414e (patch)
tree98e33f45b2218ed54d42575558a249a9030eed42 /ports/restclient-cpp/portfile.cmake
parent22ebb8ca681ed2dffbf931cf2ad72d53b846f2e2 (diff)
downloadvcpkg-539695e5445a435db848ff76cd39bf4fd7ab414e.tar.gz
vcpkg-539695e5445a435db848ff76cd39bf4fd7ab414e.zip
[restclient-cpp] disable tests (#7054)
Diffstat (limited to 'ports/restclient-cpp/portfile.cmake')
-rw-r--r--ports/restclient-cpp/portfile.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/restclient-cpp/portfile.cmake b/ports/restclient-cpp/portfile.cmake
index 116e60920..6ad2fa7cf 100644
--- a/ports/restclient-cpp/portfile.cmake
+++ b/ports/restclient-cpp/portfile.cmake
@@ -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()