conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
During implementation of a mold recipe, I have realized, that I am not able to build anything with a profile: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.version=11.2 compiler.cppstd=17 compiler.libcxx=libstdc++11 os=Linux os_build=Linux...

Have two (mutually independent) packages depend on a third one but set an option in different ways. A fourth package depends on both of them to form a "diamond" shape....
Hello, In my context, I have a on premise Artifactory using https but I want to ignore certificate check. In a usual conan use, my ~/.conan/remotes.json has [Verify SSL: False]...
[question] How to see if package is taken from Conan download cache or downloaded from Artifactory?
In order to better understand the download traffic from our Artifactory instance towards our CI/CD build machines that are supposed to use the Conan download cache I would need to...
When creating an alias, I noticed that the generated conanfile.py looks like this ``` from conans import ConanFile class AliasConanfile(ConanFile): alias = "hello_world/1.0.0@star/cpp#8320d88c7d475c3bb7be9ba562313b36" revision_mode = "hash" ``` However, according to...
Support fastbuild .bff generation for integration with fastbuild build system. https://www.fastbuild.org/docs/home.html - [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md).
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). From my understanding, Conan tries to simplify the mess that is C++ package management so that the developers of applications and libraries may...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Hi, What is the correct way to use XCRun in conan v1/v2 compatible? I made this: https://github.com/nativium/nativium/pull/21/files#diff-46d8e7b650df6bb59541dab2a0fc2c56436aeb97a5c4079e18a6831515164bddR3-R7 But it is ugly: `from conan.tools.apple.apple...
[feature] Add `IMPORTED_LOCATION_<CONFIG>` properties for Imported Targets created by `CMakeDeps`.
## Feature Requests Recently, I found that it **FAILED** to use **Imported Target** `Qt6::windeployqt` to deploy Qt applications when using **Multi-Config generators** (ex: `Ninja Multi-Config`) with [cmake-conan](https://github.com/conan-io/cmake-conan). After some research,...