I am new in bazel and conan. I try run conan in bazel use it https://docs.conan.io/en/1.44/integrations/build_system/bazel.html In WORSPACE file: load("//third-
This is a simple need of selecting build type when calling conan build. Normally we have to call conan install with the desired build type and then conan build
I am trying to use Conan by installing it in a Docker and using that docker. For the same, I did like included these lines in Dockerfile RUN apt-get install -y
While installing xorg with conan install .. command, system requirements are checked in conan receipe using pkg-config tool. Each missing system package raises
While installing xorg with conan install .. command, system requirements are checked in conan receipe using pkg-config tool. Each missing system package raises
I'm currently playing around with conan. So I've created two small project: The first project is a small library "fcdk": https://github.com/lmarzull/fcdk/tree/d