Carlos Zoido

Results 204 comments of Carlos Zoido

Hi @Marijameme, just checking in to see if this is still an issue for you? I think the likely reason the system-installed OpenCV doesn't crash is that it's built with...

Hi @PauloCarvalhoRJ, Thanks for your question. I think we removed `replace_path_in_file` in Conan 2 because it was barely used (check https://github.com/conan-io/conan/issues/10502). Can you provide a bit more information about your...

Hi, It's not possible to disable case-sensitivity in `replace_in_file`. Is that something you need to do very often when using Conan? Can you talk us a bit more about your...

Hi @pasbi, Thanks for reporting. I think this issue could be caused by how PowerShell interprets single vs double quotes. Changin them in your example works for me, could you...

Hi @pschichtel, Thanks for the question. I think that the problem could be that you need to add the `CMakeDeps` generator to your conanfile.py and also expand the settings to...

> > I still wonder: why do I need the generator explicitly in the python version, when I don't need it in the text version? That's related to these lines...

Hi @pschichtel, Thanks for the feedback, I'm transferring this to the _cmake-conan_ repo to check if we want to handle the issue there in some way.

Hi @atanadan-flutterint, Thanks a lot for reporting. A couple of questions: - What Visual Studio version are you using? - Can you share a bit about the structure of the...

Also, could you try to create a new project with the console application template and check if it still happens?

Ok, that makes sense, do you know which was the visual studio version where the projects were initially created? For the includes not being recognized, as we are injecting the...