Skip to content

Commit

Permalink
fix: find_package broken on Ableton-Link (microsoft#35603)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandercox authored Dec 15, 2023
1 parent a784648 commit 0e47c19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/ableton-link/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ vcpkg_apply_patches(
correct_cmake_include_directory.patch
)

file(INSTALL "${SOURCE_PATH}/AbletonLinkConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/")
file(INSTALL "${SOURCE_PATH}/cmake_include/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/cmake_include/")
file(INSTALL "${SOURCE_PATH}/AbletonLinkConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/abletonlink")
file(INSTALL "${SOURCE_PATH}/cmake_include/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/abletonlink/cmake_include/")
file(INSTALL "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN "CMakeLists.txt" EXCLUDE)

# Handle copyright
Expand Down
2 changes: 1 addition & 1 deletion ports/ableton-link/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ableton-link",
"version": "3.0.6",
"port-version": 1,
"port-version": 2,
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
"homepage": "https://www.ableton.com/en/link/",
"documentation": "http://ableton.github.io/link/",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ableton-link.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c37c3cf9ca37c0c0d9ddffec58b8deb9c968723",
"version": "3.0.6",
"port-version": 2
},
{
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
"version": "3.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 @@ -14,7 +14,7 @@
},
"ableton-link": {
"baseline": "3.0.6",
"port-version": 1
"port-version": 2
},
"abseil": {
"baseline": "20230802.1",
Expand Down

0 comments on commit 0e47c19

Please sign in to comment.