Skip to content

Commit

Permalink
[libusb] remove vcpkg-cmake-wrapper.cmake in favour of FindLibUSB.cmake
Browse files Browse the repository at this point in the history
This allows using the port with imported targes form the mixxx module folder
Fixes: microsoft#18442
  • Loading branch information
daschuer committed Aug 14, 2021
1 parent ab10fd2 commit 9332e0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion overlay/ports/libusb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ else()
endif()

configure_file(${CURRENT_PORT_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
file(INSTALL ${CURRENT_PORT_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
10 changes: 0 additions & 10 deletions overlay/ports/libusb/vcpkg-cmake-wrapper.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion overlay/ports/libusb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libusb",
"version": "1.0.24",
"port-version": 4,
"port-version": 5,
"description": "a cross-platform library to access USB devices",
"homepage": "https://github.com/libusb/libusb",
"supports": "!uwp"
Expand Down

0 comments on commit 9332e0e

Please sign in to comment.