James

Results 2692 comments of James

> the fact that the error occurred only when using require for some of the deps was pretty weird and still I can't understand why it didn't produce the error...

> is that the correct behavior ? should I create a component just to avoid linking the entire dependency graph ? Are you sure this is the case? I have...

Hi @h-2 Thanks for your question. The profile file name is never used in the preset itself, if your profile file is named "Release", it is a coincidence. The presets...

> tools.cmake.cmake_layout:build_folder_vars = profile_name It is not possible at this moment. Note that profile name is not even a single file, as there can be (and it is common) to...

This has been closed by https://github.com/conan-io/conan/pull/16633 that allows to define any arbitrary constants in the folders and presets names, will be in Conan 2.6

Thanks for the report @maksim-petukhov Indeed, the ``tools.files.download:download_cache`` was removed as buggy in latest 2.0.X. And we have developed a new (very desired) feature, which is a backup of sources,...

I'd like to support this request. We are having problems with such a definition of ``CMAKE_CXX_COMPILER`` if we automate its definition for the different compilers, such as ``clang`` for Android,...

> Deployers should keep these trees intact. I am not so sure about this. The idea of the runtime deployer is that it contains all runtime dependencies in a single...

> At the end it works, but not at all out of the box and requires an amount of work that only few people are going to be willing to...

> By the way, I forgot to say thank you to the Conan team for their new Conan 2 design 👍. Maybe one still needs a half-thousand lines of scripts...