vcpkg/ports/mongo-cxx-driver/vcpkg.json
jim wang 939eaca496
[mongo-cxx-driver] update to 3.9.0 (#34994)
* update to 3.9.0

* update version

* update libbson

* update version

* Fix static compilation issue

* update version

* patch

* update version

* patch

* update version
2023-11-16 16:52:43 -08:00

33 lines
662 B
JSON

{
"name": "mongo-cxx-driver",
"version": "3.9.0",
"description": "MongoDB C++ Driver.",
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
"license": "Apache-2.0",
"dependencies": [
"libbson",
"mongo-c-driver",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": [
"Enables the Boost C++17 polyfill for bsoncxx.",
"Warning: This feature changes the ABI."
],
"dependencies": [
"boost-optional",
"boost-smart-ptr",
"boost-utility"
]
}
}
}