conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
Changelog: Bugfix: Let ``CMakeDeps`` generator overwrite the ``xxxConfig.cmake`` when it already exists. Docs: Omit This is exploratory PR to see if something breaks and trying to understand why it was...
### What is your question? I have problems when getting prebuild packages. ``` ERROR: Missing binary: SYCA_Casting/0.4.7@master/dev:8383b2cf8a42fd057a769110b72a2cfd89157958 SYCA_Casting/0.4.7@master/dev: WARN: Can't find a 'SYCA_Casting/0.4.7@master/dev' package for the specified settings, options and...
### Describe the bug Linux, Ubuntu 22.04, Conan 2.2.3, Python 3.10.12 ### How to reproduce it When re-running the install command a second time with different requirements at a later...
### What is your question? Hi, I'm currently using conan 2.3.0 with cmake 3.28 on windows 11 and problem is: in older conan version before 2.x find_package from CMakeLists.txt worked...
Changelog: Fix: Only print info about cache'd recipe revision being newer when it truly is Docs: Omit Closes https://github.com/conan-io/conan/issues/16273 I still have to figure out how to best modify the...
Changelog: Feature: Parallelize compatibility checks (up to x3 speedup) Docs: Omit I pulled the current thread count out of thin air after testing some values locally, but as with everything...
Changelog: Omit Docs: Omit Temp message while we think of a better one. This is reported once per aliased package, not every time its resolved
Ensure ORIGINAL_PATH is unset, so msys's /etc/profile will use the previous PATH as the future PATH. Refer to #16268
### Describe the bug I have a simple project where there is a dependency conflict. When I create a lockfile, conan errors out and tells me to `run conan graph...
### What is your suggestion? Currently extensions need to be in CONAN_HOME, but potentially you want the extension source to be kept in your repository for versioning purposes - e.g....