Peter Bauer
Peter Bauer
Unfortunately i have to use Windows so direnv won't work for me.
I would like to prevent any libraries from being added, hope this can be achieved then with `--exclude "*"`.
I am running into a similar issue here with VS Code executing cmake.exe whereas cmake has been installed via `uv pip install`. ``` [cmakeExecutable] CMake executable not found in cache....
We are using the channel here for such "release candidate" packages, e.g. `mylib/1.2.3@ci/rc`. Then the final release package can be created as a copy with `conan copy`.
@memsharded, it seems this is the last issue to be resolved before 1.66.0 could be released. Due to #16930 it would enable the hopefully last compiler update before migrating to...
thanks a lot @memsharded !
Sorry for re-using the issue but i have the exact same problem. The toolchain file is part of the repo (not something i can influence) so i would need to...
Correct, the toolchain file is in the repo with the recipe and the sources and it is not used anywhere else. I am using the scm attribute so i ended...