[libusb] Fixing the error of not being able to locate Libusb header files.#35559
[libusb] Fixing the error of not being able to locate Libusb header files.#35559Zheng-Bicheng wants to merge 1 commit intomicrosoft:masterfrom Zheng-Bicheng:fixed_libusb_bug
Conversation
|
I assume I have located and resolved this issue. |
I'm sorry, I didn't understand what 'The wrapper isn't a wrapper' means; it runs fine after I made local modifications.If someone else has already submitted a PR to fix this issue, I can wait for the PR to be completed. |
|
libusb provides usage information via pkg-config. This is the official, portable interface, and it can be used in CMake, although with some limitations. If there is still a desire to provide (and maintain) a CMake package, the wrapper must be ported to an unofficial cmake config, with a distinct name and target namespace, to signal the lock-in effect. |
|
Duplicate of #35498. |
No description provided.