Skip to content

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

Merged
BillyONeal merged 2 commits intomicrosoft:masterfrom
Neumann-A:fix_wrapper_freetype
Dec 18, 2020
Merged

[freetype] avoid target_link_libraries call since qt6 does not like it.#15112
BillyONeal merged 2 commits intomicrosoft:masterfrom
Neumann-A:fix_wrapper_freetype

Conversation

@Neumann-A
Copy link
Copy Markdown
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 labels Dec 15, 2020
@JackBoosY JackBoosY added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Dec 15, 2020
@BillyONeal
Copy link
Copy Markdown
Member

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

@Neumann-A
Copy link
Copy Markdown
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
Copy Markdown
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:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants