conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### What is your question? I am migrating from a v1 based configuration where I was using the `cmake` generator. Using this configuration I had multiple consumer conanfiles using different...
## Problem Description When using Conan to build my application, I'm encountering the following error: ``` -- Conan: Including build module from 'C:/Users/cyq/.conan2/p/b/opense3373fbcf617d/p/lib/cmake/conan-official-openssl-variables.cmake' -- Downloading from https://storage.googleapis.com/grpc-bazel-mirror/github.com/census-instrumentation/opencensus-proto/archive/v0.3.0.tar.gz, if failed, please...
### What is your question? I want to execute meson compile -C. -j[N_JOBS] [TARGET] --vs-args=xx,xx when I run meson.build() ### Have you read the CONTRIBUTING guide? - [X] I've read...
### Describe the bug In short: * Packages such as libvpx use the msys environment on Windows to build the package * the msys /etc/profile script will NOT keep conan's...
### What is your suggestion? In our CI we download the Conan Debian package from the assets of the **latest** release via the GitHub API to always stay update. ##...
### Environment details * Operating System+version: Ubuntu 18.04 * Conan version: 1.56.0 * Python version: 3.6 ### Steps to reproduce Let's assume, we have a recipe `tool-x` containing a `system_requirements()`...
### What is your suggestion? I need to remove all empty recipe (has no package). I suggest adding this feature to "conan remove" command. ### Have you read the CONTRIBUTING...
Changelog: Omit Docs: Omit For https://github.com/conan-io/conan/issues/16287 (Speaking with the use in Slack, will add a summary in the issue once resolved)
### What is your question? Currently, I use `conan install --requires="my_package" --deployer="my_deployer"` to deploy my binary. However, this command pulls all dependencies also, but I only need my package binary....
Changelog: Feature: add support for setting `tools.cmake.cmaketoolchain:extra_variables` Docs: https://github.com/conan-io/docs/pull/3719 Closes: https://github.com/conan-io/conan/issues/16222 - [x] Refer to the issue that supports this Pull Request. - [x] If the issue has missing info,...