-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[macOS] Some ports reference hardcoded library paths #16259
Comments
@strega-nil What do you think about? I think we should correct |
@JackBoosY is this something that angle/abseil screws up, or is it something that cmake screws up? In the former case, then we should do the fix in the ports; if it's something that cmake screws up, then we should fix it with |
I think that's a common issue. Will be fixed in |
This seems to be a common upstream issue.
Unfortunately I get now a link error because of
|
This is a duplicate: aws/aws-sdk-cpp#1245 |
AFAICT there are three common mistakes in CMake projects:
Maybe you can pass |
After relocating a vcpkg build environment to another machine, I encountered the following error when building my application:
Searching for
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
in the environment's directory yields the following results:In
installed/x64-osx/share/absl/abslTargets.cmake
:In
installed/x64-osx/share/unofficial-angle/unofficial-angle-config.cmake
:The correct content is as follows:
The text was updated successfully, but these errors were encountered: