Skip to content

Commit

Permalink
[ace] no absolute paths (microsoft#28621)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 30, 2022
1 parent 4bd5fe6 commit 58070b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/tao/tao-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.11",
"port-version": 1,
"port-version": 2,
"maintainers": "Johnny Willemsen <[email protected]>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO",
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": "25ea14090fceba8ae684e0c6ab047a719250ef56",
"version": "7.0.11",
"port-version": 2
},
{
"git-tree": "055cdc76b023b781dec64b9b93bbeb8e807c9fda",
"version": "7.0.11",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"ace": {
"baseline": "7.0.11",
"port-version": 1
"port-version": 2
},
"activemq-cpp": {
"baseline": "3.9.5",
Expand Down

0 comments on commit 58070b6

Please sign in to comment.