[vamp-sdk] Remove duplicated dependence on vcpkg-cmake (#25981)

* [vamp-sdk] Fix duplicate dependence on vcpkg-cmake

* version
This commit is contained in:
Thomas1664 2022-07-26 19:32:56 +02:00 committed by GitHub
parent a365d44152
commit a2df2f95f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 13 deletions

View File

@ -5,11 +5,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
)
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()
@ -17,5 +15,4 @@ vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# # Handle copyright
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,8 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "vamp-sdk",
"version": "2.10",
"port-version": 3,
"port-version": 4,
"description": "Library for Vamp plugins",
"homepage": "https://www.vamp-plugins.org/develop.html",
"license": "MIT",
@ -12,10 +11,6 @@
"name": "libsndfile",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -7406,7 +7406,7 @@
},
"vamp-sdk": {
"baseline": "2.10",
"port-version": 3
"port-version": 4
},
"variant-lite": {
"baseline": "2.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be6c66cbbf45af0e78aa4456832c04bbe301b951",
"version": "2.10",
"port-version": 4
},
{
"git-tree": "ac0236fcb60d389d21fe96a9c96c5f21f9e905b0",
"version": "2.10",