Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hidapi] Fix cmake error #22320

Merged
merged 2 commits into from
Jan 5, 2022
Merged

[hidapi] Fix cmake error #22320

merged 2 commits into from
Jan 5, 2022

Conversation

LilyWangLL
Copy link
Contributor

Fixes #22280
Fix CMake error:

[cmake]   Imported target "hidapi::hidapi" includes non-existent path
[cmake] 
[cmake]     "/include"
[cmake] 
[cmake]   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
[cmake] 
[cmake]   * The path was deleted, renamed, or moved to another location.
[cmake] 
[cmake]   * An install or uninstall procedure did not complete successfully.
[cmake] 
[cmake]   * The installation package was faulty and references files it does not
[cmake]   provide.

@LilyWangLL LilyWangLL added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Jan 4, 2022
@LilyWangLL LilyWangLL changed the title Dev/lily wang/issue22280 [hidapi] Fix cmake error Jan 4, 2022
@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Jan 4, 2022
@strega-nil-ms strega-nil-ms merged commit f2fa2fe into microsoft:master Jan 5, 2022
@strega-nil-ms
Copy link
Contributor

Thanks!

JoergAtGithub added a commit to JoergAtGithub/vcpkg that referenced this pull request May 30, 2022
ras0219-msft pushed a commit that referenced this pull request Jun 2, 2022
* Updated to latest release:
https://github.com/libusb/hidapi/releases/tag/hidapi-0.12.0

* Update SHA

* SHA = 0

* Overwrite version

* SHA512

* version

* Removed failing line introduced in #22320

* version

* Added vcpkg_replace_string again, now for libhidapi.cmake instead of hidapi.cmake

* x-add-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[hidapi] build failure "Imported target includes non-existent path"
3 participants