Carlos Zoido
Carlos Zoido
Hi @kontrybutor, Tipically, Conan will try to build packages in parallel and set the `-j` flag to the value `cpu_count()` or apply the value of the environment variable `CONAN_CPU_COUNT` if...
Hi @iradization, Thanks for reporting, I'm sorry but I don't completely understand your question, could you please try to explain a bit more of your desired use? Besides using PROFILE...
Hi @target-san, Thanks for the suggestion. We'll have a look at it. For the moment have you tried to use it from the command line? https://docs.conan.io/en/latest/integrations/build_system/cmake/cmake_paths_generator.html#included-as-a-toolchain
Hi @akalali, Sorry for the late response, the correct syntax to require a specific revision of a package is for example: `fmt/6.1.2@#fa5cb552b1f1d7a100fb1ab19b6156e0` (you have to omit the underscores when user...
Hi @Tumb1eweed, Thanks for the question, could you provide a bit more information of your issue maybe with a reproducible case? Regarding your question about if you can acquire dependencies's...
Hi @jjcasmar, Thanks a lot for your question. The use of cmake-conan with CMakeToolchain generator is not recommended. In fact, cmake-conan does not support Conan 2.0 and we don't know...
Thanks @puetzk for reporting, the issue is now in the conan repo and pending to be solved soon. https://github.com/conan-io/conan/issues/6624
Hi @fschoenm, Could you please tell me a little bit more about the use case? I personally think that maybe it would be a better idea to have this information...
Hi @maidamai0, There's a section in the [README](https://github.com/conan-io/cmake-conan#creating-packages) that shows how to use the `CONAN_EXPORTED` variable to know if Conan is creating the package in the local cache and then...
Hi @Wzshun, Could you please provide more information on your use case? Maybe a minimal reproducible example and a brief summary of what you are trying to do? Thanks a...