-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] freetype/2.11.1: unresolved external symbols #9285
Comments
Steps to reproduce? I'm pretty sure you don't properly link dependencies of static freetype. |
Just added it like every other conan dependency and added |
Transitive dependencies are propagated, so Freetype::Freetype should be enough. It's not clear what you mean by "CMake integration". Share exact conan commands, conanfile and CMakeLists. Maybe you rely on cmake_find_package_multi only, and forget cmake_find_package. |
That's the only one I use in
Tried it again now and turns out I was missing |
Turns out the |
You should use both generators actually: |
Noted, good to know. I'm gonna add |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: