mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
[ace] no absolute paths (#28621)
This commit is contained in:
parent
4bd5fe6c0f
commit
58070b6805
@ -417,6 +417,7 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
|
|||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
|
||||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
|
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
|
||||||
|
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/tao/tao-devel.sh")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ace",
|
"name": "ace",
|
||||||
"version": "7.0.11",
|
"version": "7.0.11",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
||||||
"description": "The ADAPTIVE Communication Environment",
|
"description": "The ADAPTIVE Communication Environment",
|
||||||
"homepage": "https://github.com/DOCGroup/ACE_TAO",
|
"homepage": "https://github.com/DOCGroup/ACE_TAO",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "25ea14090fceba8ae684e0c6ab047a719250ef56",
|
||||||
|
"version": "7.0.11",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "055cdc76b023b781dec64b9b93bbeb8e807c9fda",
|
"git-tree": "055cdc76b023b781dec64b9b93bbeb8e807c9fda",
|
||||||
"version": "7.0.11",
|
"version": "7.0.11",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"ace": {
|
"ace": {
|
||||||
"baseline": "7.0.11",
|
"baseline": "7.0.11",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"activemq-cpp": {
|
"activemq-cpp": {
|
||||||
"baseline": "3.9.5",
|
"baseline": "3.9.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user