conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### What is your question? We are using Conan 1.63. We are getting an error "Detected a mismatch for the compiler version between your conan profile settings and CMake" and...
Changelog: Omit Docs: Omit Won't be documented yet
### What is your suggestion? Currently, there's no option to generate a .tcsh/.csh script with Conan. Conan commands are generating conanbuild.sh files for bash only. This impacts the workflow for...
### What is your question? Hi, I have a question regarding an issue have been running into (using conan 1.62 atm). When I use find_package() in my CMake code I...
### What is your suggestion? For some libraries, we may have the following situation: A) The library uses C++ features that have been removed from newer standards, i.e. it can...
### Describe the bug We have a local conan setup with some official and some custom packages. We have our own artifactory, and we have set up conan to always...
### What is your question? it's all in the title. ``` (py311) meta@gentx ~/_git/CuraEngine $ conan install . --build=missing --update ERROR: [conf] Either 'tools.env.virtualenv:auto_use' does not exist in configuration list...
### What is your question? I am working with conan v1.59. We have not completed our migration to conan 2.0, and likely will not for some time. I am working...
### What is your question? Before uploading the packages on the server they are compressed by conan. The issue is that this compressing it's just taking forever with the machine...
### What is your question? Hi. We often have to handle references to (local) conan packages or files within a package and also sometimes to a package on a specific...