conan icon indicating copy to clipboard operation
conan copied to clipboard

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

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

Hi everyone! I'm opening a new issue about this argument because I need to understand which is the best way to validate checksums through Conan. I have to follow this...

Dear Conan Folks, I have an issue that I use build_type Release in my profile, However it adds -O3 -DNDEBUG in CMakeCache.txt. Is it possible to set it correctly in...

stage: triaging

### Environment Details (include every applicable attribute) * Operating System+version: ubuntu 20.04 (docker) * Compiler+version: gcc9 * Conan version: 2.0-beta2 * Python version: 3.8.10 ### Steps to reproduce (Include if...

type: look into
stage: triaging

I'm currently trying to use full_package_mode. Is it possible to somehow state that I don't care about some options of consumed library? For example, my library depends on Boost, but...

stage: triaging

**Minimal example**: https://github.com/Adnn/issue_conan-11885 ## What we are trying * Conan 1.51.1 * Windows 10 * CMake 3.23.2 * Visual Studio 2019 We are using the modern CMake generators, , in...

type: question

I've been working on writing a port for ImageMagick that uses the autotools build scripts for Windows. Here is what I had to do: ```python def generate(self): tc = AutotoolsToolchain(self)...

Coming from https://github.com/conan-io/conan-center-index/pull/1717#discussion_r441501353 Related to #5090 In order to allow a better integration with executables, cpp_info could model those with an extra field similar to the current `cpp_info.libs`. Something similar...

type: look into
type: feature
stage: queue
priority: medium
complex: medium

Hello Team, I am using old version of compiler (tricore-gcc, ver: 3.4) for my project, so to use conan, we had to update default profile and settings.yaml file with version...

type: question

Issue : 1.We have tried to install the conan with the command "pip install conan". 2.Now we are blocked at issue conanfile.py (qtwebkit/5.212.0-alpha4): WARN: Cannot use matching dependencies for 6.2.0....

stage: triaging

Bugfix: Incorrect path found for a different component with the same framework name This PR is for issue [#10140](https://github.com/conan-io/conan/issues/10140) – detailed description of the problem (and the solution) can be...