vcpkg/scripts/test_ports/vcpkg-ci-mongo-cxx-driver/vcpkg.json
Kai Pastor e819a7d0ae
[mongo-cxx-driver] Update (#27565)
* Update and cleanup

* Fix C++14 guard for MSVC

* Force mongo-cxx-driver feature boost in CI
2022-11-21 09:19:31 -08:00

15 lines
304 B
JSON

{
"name": "vcpkg-ci-mongo-cxx-driver",
"version-date": "2022-11-18",
"description": "Ensures that the vcpkg CI build of mongo-cxx-driver includes feature boost",
"license": "MIT",
"dependencies": [
{
"name": "mongo-cxx-driver",
"features": [
"boost"
]
}
]
}