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

[freetype] avoid target_link_libraries call since qt6 does not like it. #15112

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

Neumann-A
Copy link
Contributor

for some reason qt6 does not like the target_link_libraries call so use the set_property approach

@JackBoosY JackBoosY added category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist info:internal This PR or Issue was filed by the vcpkg team. labels Dec 15, 2020
@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Dec 15, 2020
@BillyONeal
Copy link
Member

Stupid question: Why is the right fix here not linking with unofficial-brotli ?

@Neumann-A
Copy link
Contributor Author

Because it is unofficial and might not be available in custom FindBrotli.cmake. As such linking the libraries directly is the only correct way unless there is a official cmake or upstream target which could be forced across all downstream ports.
The FindBrotli.cmake I saw until now uses FindPkgconf to find the brotli libraries.

@BillyONeal BillyONeal merged commit 191e01f into microsoft:master Dec 18, 2020
@BillyONeal
Copy link
Member

Sounds good!

@Neumann-A Neumann-A deleted the fix_wrapper_freetype branch December 18, 2020 22:28
ryukw7 pushed a commit to ryukw7/vcpkg that referenced this pull request Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist 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.

3 participants