Hao Ho

Results 5 comments of Hao Ho

We are currently targeting libcurl version 7.37.0.

It might be outdated, but it's still supported by google cloud cpp https://github.com/googleapis/google-cloud-cpp/blob/main/doc/packaging.md#required-libraries

Can you point me to how I can do this?

This was what were done above using the "overrides" list in the vcpkg.json. "overrides": [ { "name": "openssl", "version-string": "1.0.2j" }, { "name": "curl", "version": "8.2.1" } ] After it...