conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### Environment details * Operating System+version: Ubuntu 22.04 * Compiler+version: N/A * Conan version: 2.0.17 * Python version: 3.10.8 ### Steps to reproduce 1. Have a package with a version...
Changelog: Omit Docs: Omit As part of https://github.com/conan-io/docs/pull/3589
### Environment details * Operating System+version: Windows 11 Pro N * Compiler+version: n/a * Conan version: 2.0.17 * Python version: 3.12.1 ### Steps to reproduce # Conan tilde and caret...
### What is your question? Hello, I'm trying to build an ADK with conan, but I'm getting some troubles. I'm using conanfile.py for doing that, and I'm executing inside a...
### Environment details * Operating System+version: Mac OS Sonara * Compiler+version: N/A * Conan version: Conan version 1.60.1 * Python version: 3.10.9 ### Steps to reproduce - here is the...
### Environment details * Operating System+version: Windows 11 * Compiler+version: mingw-w64-clang-x86_64-clang 17.0.2 * Conan version: 2.0.14 * Python version: 3.11.6 ### Steps to reproduce 1. Install MSYS2 with mingw-w64-clang-x86_64-clang and...
### What is your question? Hi, this is my first time working with conan, I am trying to convert my colleague's project from qmake to cmake+conan, but ran into the...
### Problem Description This issue is related to the one I posted before, which was closed with the new release version **1.55.0**: * https://github.com/conan-io/conan/issues/12077 In short, the problem mentioned in...
[question] Why does the CMake generator define INTERFACE IMPORTED targets rather than only IMPORTED?
My understanding is that INTERFACE targets are for when an actual library file does not exist on disc and you just want to group together and add a logical set...
### What is your suggestion? ## Suggestion Would it be possible for the Conan generated CMakePresets.json to include `msvc.toolset` version details (i.e. `v143`, `v142`, etc.) when populating the `toolset.value` field?...