Skip to content

Commit

Permalink
[ace] no absolute paths (microsoft#21289)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 11, 2021
1 parent 31bc57e commit 1d459e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
2 changes: 1 addition & 1 deletion ports/ace/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c58c295074b4a00a80b4e684f9a876ed369cdd49",
"version": "7.0.3",
"port-version": 3
},
{
"git-tree": "67c57059b237310a1907da692fc75acb3d8d2726",
"version": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"ace": {
"baseline": "7.0.3",
"port-version": 2
"port-version": 3
},
"activemq-cpp": {
"baseline": "3.9.5",
Expand Down

0 comments on commit 1d459e2

Please sign in to comment.