Peter Bauer
Peter Bauer
> @petermbauer did you find a way to properly use the `override` parameter in a `conanfile.txt`? Sorry, i never used a `conanfile.txt`.
Another usecase/problem to consider here: If CMake (and maybe make or Ninja as well) itself is installed via Conan, a script `activate.bat` which is also generated by `conan install` in...
Same here, `git rev-parse origin/PR-XXX` stopped working since the PR ref is not fetched anymore by the plugin. Downgrading to `866.vdea_7dcd3008e` solved it.
Thanks a lot for this report @versionbayjc, i ran into the exact same issue
I am not sure what you mean by that. Are you describing a possible way to implement this (a new type of toolchain) or that it should already work when...
Thank you for the explanations. Sounds promising and like a cleaner approach but activating the `virtualenv` in a subshell seems a lot easier to implement.
Hi @memsharded , thanks for the quick reply! We want to use Ninja so would this still work? I missed some parts of the profile as it is split up...
Hi @danimtb , thanks for looking into this and sharing. Have you also tried to install LLVM in addition to MSVC? In my experience, this adds the `clang`/`clang-cl` folder to...
Yes, but i was refering to the "outside" PATH having priority over what vcvarsall.bat is setting. From time to time somebody has already installed LLVM and then the build fails,...
My use case is to use a separate project-specific Conan Local Cache when entering the respective venv. This simply means setting the `CONAN_USER_HOME` env var to the venv path with...