-
Notifications
You must be signed in to change notification settings - Fork 993
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
change CMakeDeps xxx_LIBRARIES to be a list of libraries not targets #12600
change CMakeDeps xxx_LIBRARIES to be a list of libraries not targets #12600
Conversation
I think it's valid for the I wonder what the underlying problem was in #12012 - On the other hand, Perhaps not a big deal to change - though we would have to deal with the limitation only mapping one configuration (Release as usual), rather than the target that supports multiple. I think the issue here: #12180 - is similar, it's checking to see if a symbol is present as a way of determining if a minimum version threshold is satisfied. I wonder if |
Good. I'll see if I can manage to do a repro case for the original issue. |
This issue blocks my recipe. Will it be included in the next release? |
Hi @HappySeaFox - if your issue is related to failures in
|
Hi! Yes, it's related to |
@jcar87 It didn't help, the |
Oh, I added
|
Closing this in favor of #16964 with workaround |
Changelog: Fix: change CMakeDeps xxx_LIBRARIES to be a list of libraries not targets
Docs: https://github.com/conan-io/docs/pull/XXXX
Attempt at:
#12012
#12180
Just a draft attempt to see if something breaks...