James

Results 2692 comments of James

But Conan recipes are the thing running others code, via ``self.run()``, see https://docs.conan.io/2/reference/conanfile/running_and_output.html#running-commands. The ``self.run()`` already by default sends the output to ``stderr``, so this shouldn't be a problem either....

Ok, I think I understand now, thanks for the explanations. So there is a Python dependency (from ``pip install`` package or something similar, I guess?) and that library is internally...

Hi @huysentr Did you manage to get it working updating the library? Any further question? Thanks for the feedback.

Closing as resolved, feel free to re-open or create new tickets as necessary, thanks for the feedback.

Hi @boboxxd Thanks for your report. I was trying to reproduce but I encountered a few issues: - workflow package doesn't exist in ConanCenter - handy package doesn't exist in...

Any feedback or further question here?

Hi @strattist If you have to manage this in both ways (not very recommended, in general it is better to have one established way to do things, like the Python...

> How to configure attributes when using the conan plugin third-party library in vs. For example, if I want to activate the use of properties such as cuda and opencl...

Hi @rv63862 Thanks for your feedback. > Problem is that this change to vcxproj cannot be checked into the code repo because other folks cloning the source tree will not...