mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
15dab6a762
* [python3] Update to Python 3.10.0rc2 (for testing). * [python3] Revert trivial patch changes. * [python3] Bump to 3.10.0 final. * x-add-version * update python tools to 3.10.0 * [ecm] Add patch from upstream for Python 3.10. Remove this on the next release. * x-add-version * [python3] Add patch to fix static interpreter. * x-add-version
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "ecm",
|
|
"version": "5.84.0",
|
|
"port-version": 2,
|
|
"description": "Extra CMake Modules (ECM), extra modules and scripts for CMake",
|
|
"homepage": "https://github.com/KDE/extra-cmake-modules",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|