mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:49:02 +08:00
[openmama] Remove the installed config/ directory (#30940)
* Delete config/ * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
c7a78027d7
commit
b9ef89b775
@ -31,6 +31,7 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/LICENSE.md"
|
||||
"${CURRENT_PACKAGES_DIR}/debug/LICENSE.md"
|
||||
"${CURRENT_PACKAGES_DIR}/debug/include"
|
||||
"${CURRENT_PACKAGES_DIR}/config"
|
||||
)
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openmama",
|
||||
"version-semver": "6.3.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages",
|
||||
"homepage": "https://github.com/finos/OpenMAMA",
|
||||
"license": "LGPL-2.1",
|
||||
|
@ -5850,7 +5850,7 @@
|
||||
},
|
||||
"openmama": {
|
||||
"baseline": "6.3.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"openmesh": {
|
||||
"baseline": "9.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e1a0265c65af044c234b3724715e089272679d40",
|
||||
"version-semver": "6.3.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "0a928ad97fe18f50da889c2e468f5070d1c4e4b6",
|
||||
"version-semver": "6.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user