drmacdon

Results 3 comments of drmacdon

I had the same problem and ended up commenting out the ```find_program``` line in the [protobuf-conan-protoc-target.cmake](https://github.com/conan-io/conan-center-index/blob/master/recipes/protobuf/all/protobuf-conan-protoc-target.cmake#L10) of the protobuf recipe. I don't understand the circumstances under which it would be...

Thanks @memsharded, it definitely would be a nicer approach and be more seamless for all recipes than the current ```protobuf``` recipe approach. (Although @ericriff should be able to get ```protoc```...

A work-around today might be to call back into self. ``` set positional-arguments run *args: echo "$1, $2,..." @do *args: {{just_executable()}} -f {{justfile()}} run "$@" ```