aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp/CONTROL
diff options
context:
space:
mode:
authorpast-due <30942300+past-due@users.noreply.github.com>2019-04-09 02:54:07 -0400
committerPhil Christensen <philc@microsoft.com>2019-04-08 23:54:07 -0700
commitc2790cd23e75ee4d65772b1ac8f0e5b0f4cf8c04 (patch)
treeedbb535a2f1b43da9aa877678cd8b5b834c32751 /ports/google-cloud-cpp/CONTROL
parent6240fe128b4f17d6f70c66b446d758483e622b69 (diff)
downloadvcpkg-c2790cd23e75ee4d65772b1ac8f0e5b0f4cf8c04.tar.gz
vcpkg-c2790cd23e75ee4d65772b1ac8f0e5b0f4cf8c04.zip
[google-cloud-cpp] Fix libcurl linkage (#5968)
* [google-cloud-cpp] Fix libcurl linkage * [curl] Fix libcurl exported CMake target config (Windows)
Diffstat (limited to 'ports/google-cloud-cpp/CONTROL')
-rw-r--r--ports/google-cloud-cpp/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL
index 2ce59057e..006b8fe2b 100644
--- a/ports/google-cloud-cpp/CONTROL
+++ b/ports/google-cloud-cpp/CONTROL
@@ -1,4 +1,4 @@
Source: google-cloud-cpp
-Version: 0.8.0
-Build-Depends: grpc, curl, crc32c
+Version: 0.8.0-1
+Build-Depends: grpc, curl[ssl], crc32c
Description: C++ Client Libraries for Google Cloud Platform APIs.