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

Fix https://github.com/conan-io/conan/issues/15381 This PR is currently a draft, only tested manually on windows with: ``` conan install --requires=zlib/1.3 --requires=cmake/3.28.1 -of C:\Users\florian.degaulejac\tmp\zlib-cmake --deployer runtime_deploy.py -vtrace --deployer-folder C:\Users\florian.degaulejac\tmp\zlib-cmake\deploy -o "zlib/*:shared=True" ``` Remaining...

### What is your question? My goal is to not only cross compile from Linux x86_64 (build) to Linux Armv8 x64 (host) (which is working fine) but to also run...

### What is your question? It's already a full day and I think I am missing some very basic knowledge about conan. ### What I want to achieve: I am...

### Describe the bug Any OS Any Compiler Any Conan version (I tried 1.63.0 and 2.2.2) ### How to reproduce it 1. create file requirements.txt file with the following content:...

### What is your question? I'm exporting files from the Conan cache using `conan install --requires=pkg/x.x.x --deployer-package pkg/*` and `deploy()` method in `pkg` recipe. Everything works as expected except `conan...

### Describe the bug Windows10 version 22H2. conan 1.58.0 Description: "conan config install" always fails with below error message. Conan Infor: [Begin]conan config install git@myconan_config.git [Out]DEBUG :conan_api.py [176]: INIT: Using...

### Describe the bug Windows10 version 22H2. conan 1.58.0 Description: When start "conan build" with specified gitlab scm, conan did not fetch the correct commit. Seems command "git -c http.sslVerify=true...

### What is your question? I have been looking for a higher version of protobuf c++ than this version `protobuf/3.21.12` , which is the highest version available under conan eco...

### What is your question? Hi! I need to build my project with the Apple Hardened Runtime enabled. How to do that? My current build steps are currently: ``` conan...

### What is your question? I have a package which contains a python script that I want to call from my `CMakeLists.txt`. It lives in the `bin` directory within the...