conan icon indicating copy to clipboard operation
conan copied to clipboard

Conan - The open-source C and C++ package manager

Results 523 conan issues
Sort by recently updated
recently updated
newest added

We have multiple projects that all share common configuration files for some tools (e.g. _.clang-format_, _.clang-tidy_, _.editorconfig_). All those files are supposed to be placed in the root directory of...

stage: triaging

I want to be able to add --trace to the cmake arguments during configure, to try and debug a recipe problem. ie cmake.configure(cli_args="--trace") The old cmake tools had "args", the...

stage: triaging

When command "conan search poco --remote=conan-center" is given, below error appears - **ERROR**: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /conan-io/conan-center-index/v1/ping (Caused by SSLError(SSLError(185090057, '[X509] PEM lib (_ssl.c:3732)'),)) Unable to...

stage: triaging

Please add support for the cmake tool to execute the install command with the DESTDIR as a prefix. Similar to this https://github.com/conan-io/conan/issues/11264 but this was for autotools and we need...

stage: triaging

Changelog: (Feature): Fixes issue #11722. Adding the ability to specify compatible compilers per local cache for all dependent packages, to avoid the need to modify their recipes. Use case is...

Hi all, feel lucky to use Conan(version 1.38.0) such a good tool to manage my C++ library and APP. But I got some problem these day. I am building an...

stage: triaging

Hi, This proposal is to satisfy two points of view, discussed between myself and @FnGyula in our products usage of Conan, against a large set of dependent packages (that we...

Study how could we (the user) could combine a pre-existing preset with the generated with Conan. Idea: ``` { ... "include": [ "PATH TO CONAN GENERATED CMAKE PRESET OR USER...

type: look into

This is related to a topic that was brought up in issue #7118. That issue originally asked about a different feature, so I am opening a new one. I think...

type: look into

We would like to use Conan with a CMake project. For dependencies that provide package-config file or a find-module file (`Config.cmake`, `Find.cmake`) we would like to use `cmake_paths` generator. In...

type: look into