fix: find_package broken on Ableton-Link (#35603)

This commit is contained in:
Sander Cox 2023-12-16 00:34:57 +01:00 committed by GitHub
parent a78464841a
commit 0e47c19852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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/",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c37c3cf9ca37c0c0d9ddffec58b8deb9c968723",
"version": "3.0.6",
"port-version": 2
},
{
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
"version": "3.0.6",

View File

@ -14,7 +14,7 @@
},
"ableton-link": {
"baseline": "3.0.6",
"port-version": 1
"port-version": 2
},
"abseil": {
"baseline": "20230802.1",