Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
if("zlib" IN_LIST FEATURES)
list(APPEND TAO_INCLUDE_FOLDERS "tao/Compression/zlib")
endif()
install_includes("${SOURCE_COPY_PATH}/TAO" ${TAO_INCLUDE_FOLDERS})
install_includes("${SOURCE_COPY_PATH}/TAO" "${TAO_INCLUDE_FOLDERS}")
endif()

if("xml" IN_LIST FEATURES)
Expand All @@ -306,7 +306,7 @@ if(VCPKG_TARGET_IS_WINDOWS)

set(ACEXML_INCLUDE_FOLDERS "ACEXML/common"
"ACEXML/parser/parser")
install_includes("${SOURCE_COPY_PATH}" ${ACEXML_INCLUDE_FOLDERS})
install_includes("${SOURCE_COPY_PATH}" "${ACEXML_INCLUDE_FOLDERS}")
endif()

# Remove dlls without any export
Expand Down
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.6",
"port-version": 1,
"port-version": 2,
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
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": "0ad9c09c1663f5264f5bf5dcbe1d402618973144",
"version": "7.0.6",
"port-version": 2
},
{
"git-tree": "cac33553b152f59e730715fcc1bae263bb037862",
"version": "7.0.6",
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.6",
"port-version": 1
"port-version": 2
},
"activemq-cpp": {
"baseline": "3.9.5",
Expand Down