Carlos Zoido

Results 184 comments of Carlos Zoido
trafficstars

Hi @Cheaterman, So you mean that during CMake's configure step, that will run conan by using `conan.cmake` you want the dependencies to build in parallel? If the required packages use...

Hi @Malacath-92, Thanks for reporting. Currently cmake conan and conan do not fully support clang-cl but we are in have some work in progress: https://github.com/conan-io/conan/pull/5705

Hi @Sirdavos, Thanks a lot for reporting the issue, looks like the arguments have to be stripped before passing to `execute_process`. I'll open a PR to fix the issue.

Hi @kramermt, If you have to do this maybe you could try to use build modules. You could include a build module in the package that defines the variables you...

Hi @opelx, Looks like `conan_cmake_autodetect` is not able to detect the compiler in this case. It works for the most used cases but does not implement every os/compiler combination. I...

> Hi @hwhsu1231, I think so, we will add a note about that in the docs. Also, please check we added a note about compatibility with Conan 2.0 in the...

Hi @AlphaCluster, If you are creating a package [you have to use a conanfile.py](https://docs.conan.io/en/latest/creating_packages/getting_started.html), if you are just consuming you could use [conanfile.py ](https://docs.conan.io/en/latest/mastering/conanfile_py.html) or [txt](https://docs.conan.io/en/latest/getting_started.html). **_conan.cmake_** is just a...

@memsharded, @zhangyiant I have just fixed the CI error for the MacOs node, looks like the CI it's working now again.

Yes, I agree with marking the current state and the plans for the future. In fact, in my opinion, I would only recommend _CMakeDeps_ that is going to be default...

Hi @jlschrag, Thanks for the contribution, this is a good opportunity to update the rest of the content to align with the recommendations for v0.16.1 of cmake-conan. I will make...