-
Notifications
You must be signed in to change notification settings - Fork 985
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
[question] Conan 1.42.2 vs 1.43.0 for cmake target names #10170
Comments
Does that break with 1.43 because: https://conan.io/center/gtest?tab=recipe
instead of |
Yes, that is what is happenning. We had to do a breaking change in the Please read in https://docs.conan.io/en/latest/conan_v2.html#new-properties-model-for-the-cpp-info-in-conan-2-0-generators The idea:
|
Thanks a lot, for the info! |
Sure! We are actually writing some more detailed explanations, that we wanted to link, probably tomorrow. But feel free to send PRs for this kind of things too, the docs are open source, so this can be contributed quickly and easily too, and that helps too. |
Jup! |
There's a PR already open for gtest to fix targets: conan-io/conan-center-index#8324 |
Is there a collecting ticket which makes ConanCenter compatible with 1.43.0 ? So I could include it in the status banner in |
Closing this ticket as outdated, seems solved too, but please don't hesitate to create new tickets if necessary for any further question. Thanks! |
Why does Conan 1.42
produce for
a target
Gtest::gtest
(withfind_package(GTest CONFIG REQUIRED)
)while
conan 1.43 produces only
gtest
.I dont get that why this changed?
The text was updated successfully, but these errors were encountered: