aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp/portfile.cmake
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2019-02-12 20:01:15 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-02-12 17:01:15 -0800
commit0151644a6bb67c916fd0340e78fad3dbd2ec423c (patch)
tree45d15de23f0bba32eba544ac1decd681061f1eeb /ports/google-cloud-cpp/portfile.cmake
parent07156ed156ccd88352e7264b28ebe92ac1065d48 (diff)
downloadvcpkg-0151644a6bb67c916fd0340e78fad3dbd2ec423c.tar.gz
vcpkg-0151644a6bb67c916fd0340e78fad3dbd2ec423c.zip
Upgrade google-cloud-cpp to 0.6.0. (#5367)
In this version we can disable the unit and integration tests, though it still tries to find `googletest` so we cannot remove the dependency just yet.
Diffstat (limited to 'ports/google-cloud-cpp/portfile.cmake')
-rw-r--r--ports/google-cloud-cpp/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake
index 94e227c4f..0f8b14d84 100644
--- a/ports/google-cloud-cpp/portfile.cmake
+++ b/ports/google-cloud-cpp/portfile.cmake
@@ -27,6 +27,7 @@ vcpkg_configure_cmake(
OPTIONS
-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
+ -DBUILD_TESTING=OFF
)
vcpkg_install_cmake(ADD_BIN_TO_PATH)