mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
88f5e897a7
* Update bde port Disable windows and arm, at least for now It'd be great to enable arm64-osx (macos?) soon * Update version in bde.json * Remove ci.baseline.txt skip. * Fix version database. * fix port-version * Stop building for android, osx I don't specifically know why these don't work, but linux is the primary platform so let's fix these another time Also remove the cxx17 flag for now - we'll need to address this at some point but for now this should satisfy the feature flag requirements. * Review comments * Remove WINDOWS_USE_MSBUILD * Update versions --------- Co-authored-by: Oleg Subbotin <osubbotin@bloomberg.net> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "bde",
|
|
"version": "3.117.0.0",
|
|
"description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
|
|
"supports": "!windows & !arm & !android & !osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|