James
James
Hi @kostprof21 Thanks for the feedback. > What's the problem: after calling conan install .I'm checkingcmake --list-presets and I get the error Invalid preset: "conan-debug" When using a multi-config generator...
Hi @kostprof21 I am afraid that I a missing details and information to reproduce. If you are using the Ninja generator, then the command line must be something like: ```...
Hi @lo1ol Thanks for your question. Let me try to summarize to see if I understood the scenario correctly: When the package for ``pkg_b`` is built with ``` conan export-pkg...
> No, I want a prebuild Release executable app_b. And I don't care how it was linked with pkg_a. But of cause I suppose that Release applications linked with release...
> What method do you think is better in our case? The ``vendor=True`` is intended for fully decoupling the sub-dependencies, but it erases completely the need to re-build the vendoring...
> I don't got when package with different option could be used. I thought conan calculates options of deps before discovering requires of packages and downloading there conanfiles There are...
Done some progress for Conan 2.20 release: - https://github.com/conan-io/conan/pull/18790 - https://github.com/conan-io/conan/pull/18709 - https://github.com/conan-io/conan/pull/18726 - https://github.com/conan-io/conan/pull/18736 Moving this ticket to next 2.21 release, to keep doing this effort
This release we have put a large effort to stabilize the ``PackagesLists`` interfaces, it required more work than expected: - https://github.com/conan-io/conan/pull/18833 Moving now to next 2.22
This iteration 2.22 we have done: - https://github.com/conan-io/conan/pull/19103 (Export API) - https://github.com/conan-io/conan/pull/19078 (Exposing settings_yml in ConfigAPI) Moving ticket to next 2.23 to continue the effort
https://github.com/conan-io/conan/pull/19370 did some extra work for the Conan API for next 2.24