mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 11:49:07 +08:00
e819a7d0ae
* Update and cleanup * Fix C++14 guard for MSVC * Force mongo-cxx-driver feature boost in CI
15 lines
304 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|