James

Results 2692 comments of James

This seems an issue of cmake-conan, not Conan itself, moving to its repo.

Hi @iradization This seems a cmake-conan question, not a Conan one. In general in Conan, every package is 1 binary configuration, so installing more than 1 configuraiton requires several invocations:...

> Ok, I've managed to use conan-cmake in order to build the 2 separated arches. However, I wish there was option to user conan install to build FAT file version...

Hi! I think it doesn't make sense to provide something in cmake-conan for emscripten if conan itself doesn't provide so minimun tooling & docs for emscripten. As we are not...

Hi @trivigy Thanks very much for providing this info. It might be useful for other people. Let me point out some possible things to consider by users reading this: -...

I think ``cmake-conan`` has a configurable ``CONAN_COMMAND`` where you could provide the full path to conan executable. Is there any other suggestion of anything we could fix? Not sure what...

Thanks for clarifying! But the thing is that the IDE might not be using your .bashrc to set the $PATH, so from the IDE point of view it isn't there....

Yeah, lets leave this open until we review the CLion flow too. Though it seems that the possible solution could be what @sixten-hilborn is pointing, because trying to detect the...

Thanks for the feedback @mistafunk Unfortunately I can't think of any way to improve your issues from this cmake-conan project. A better integration with CLion will help, and it is...

This is kind of a chicken and egg problem, you cannot pass the toolchain because it doesnt exist yet. Unless you want to build a cmake flow that actually stops...