-
Notifications
You must be signed in to change notification settings - Fork 149
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
CMake wrongly detect libftfi+libftdi1 under macOS but actually only libftdi1 is installed -- invalid #963
Comments
Not so sure if pkg-config is the right tool to help out or not. |
BTW, there is no issues under MSYS2 mingw. Detailed CMake debug log:
|
Hmm, I check again under Ubuntu 20.04, it seems to be okay.
|
This is invalid. I checked my macOS and it indeed has both libftdi and libftdi1 installed. Sorry for the noise.
I have never installed libftdi but appraently homebrew uses libftdi0 as the dependancy which caused my confusion.
|
This is a monor issue but you will see things like the following under Linux and macOS where there is only libftdi1 installed. It does not really cause any issue though.
CMake debug log for macOS (Mac Mini M1).
The text was updated successfully, but these errors were encountered: