diff options
| author | Yury Bura <yurybura@gmail.com> | 2021-09-28 03:12:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 17:12:39 -0700 |
| commit | cc471dc0f59b7b2066d6172c2893419412327a7a (patch) | |
| tree | b3a496ff9a185c17bee8670454c34dd9879fa387 /ports/avro-cpp | |
| parent | 3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff) | |
| download | vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip | |
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/avro-cpp')
| -rw-r--r-- | ports/avro-cpp/vcpkg.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/avro-cpp/vcpkg.json b/ports/avro-cpp/vcpkg.json index 72cf168bc..88c00cf79 100644 --- a/ports/avro-cpp/vcpkg.json +++ b/ports/avro-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "avro-cpp", "version-date": "2021-06-01", + "port-version": 1, "description": "Apache Avro is a data serialization system", "homepage": "https://github.com/apache/avro", "supports": "!(windows & static)", @@ -9,6 +10,7 @@ "boost-filesystem", "boost-format", "boost-iostreams", + "boost-math", "boost-program-options", "boost-random", "boost-test", |
