mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
fix: find_package broken on Ableton-Link (#35603)
This commit is contained in:
parent
a78464841a
commit
0e47c19852
@ -76,8 +76,8 @@ vcpkg_apply_patches(
|
|||||||
correct_cmake_include_directory.patch
|
correct_cmake_include_directory.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/AbletonLinkConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/")
|
file(INSTALL "${SOURCE_PATH}/AbletonLinkConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/abletonlink")
|
||||||
file(INSTALL "${SOURCE_PATH}/cmake_include/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/cmake_include/")
|
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)
|
file(INSTALL "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN "CMakeLists.txt" EXCLUDE)
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ableton-link",
|
"name": "ableton-link",
|
||||||
"version": "3.0.6",
|
"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.",
|
"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/",
|
"homepage": "https://www.ableton.com/en/link/",
|
||||||
"documentation": "http://ableton.github.io/link/",
|
"documentation": "http://ableton.github.io/link/",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3c37c3cf9ca37c0c0d9ddffec58b8deb9c968723",
|
||||||
|
"version": "3.0.6",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
|
"git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef",
|
||||||
"version": "3.0.6",
|
"version": "3.0.6",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"ableton-link": {
|
"ableton-link": {
|
||||||
"baseline": "3.0.6",
|
"baseline": "3.0.6",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"abseil": {
|
"abseil": {
|
||||||
"baseline": "20230802.1",
|
"baseline": "20230802.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user