James

Results 2692 comments of James

> We will let @jcar87 decide tomorrow, I think it would be good to be able to merge the contributor PR, it was correct back then, I can confirm, though...

Hi @JCodeCpp This seems a ``cmake-conan`` question, not a training one. This topic is not part of the training, I am moving this ticket to the ``cmake-conan`` repo.

The response to your question is this repo. In Conan 2, the ``cmake-conan`` integration is fully transparent, that is, it doesn't modify the ``CMakeLists.txt`` at all. So not using ``conan_cmake_install``...

> Thanks alot for moving it. :) I cloned the repo, but still couldn't find any instructions on how to trigger the conan install from within my cmake file/ a...

> I want to be able to still build both projects separately and together how to accomplish this? Is this even possible with conan? Yes, it is possible. The idea...

For an intro to workspaces with demos: https://www.youtube.com/watch?v=RByyxpWoQzw

> -Conan version 2.19.1 Can you please try with latest Conan 2.23? It is necessary the very latest Conan version > https://codeberg.org/xenturydev/conan_multi_workspaces.git Also, I don't have access to this repo,...

Thanks for sharing. I am afraid the code is full of syntax errors, and basic stuff. Just to have a basic ``conan workspace info`` working I had to do the...

> I did conan workspace init instead of "new" and tryed copying as much from the livestream as possible. But im by no means a python guy - in fact...

> 4) now i open the toplevel CMakeLists.txt in my IDE QtCreator, build and run --> everything works fine i get the following output from the template: I am not...