зеркало из https://github.com/microsoft/vcpkg.git
[ace] no absolute paths (#21289)
This commit is contained in:
Родитель
31bc57ef9e
Коммит
1d459e2c53
|
@ -431,6 +431,9 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
|
|||
|
||||
# Handle copyright
|
||||
file(INSTALL ${ACE_ROOT}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
|
||||
endif()
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ace",
|
||||
"version": "7.0.3",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "The ADAPTIVE Communication Environment",
|
||||
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
|
||||
"features": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c58c295074b4a00a80b4e684f9a876ed369cdd49",
|
||||
"version": "7.0.3",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "67c57059b237310a1907da692fc75acb3d8d2726",
|
||||
"version": "7.0.3",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"ace": {
|
||||
"baseline": "7.0.3",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
|
|
Загрузка…
Ссылка в новой задаче