conan
                                
                                
                                
                                    conan copied to clipboard
                            
                            
                            
                        Conan - The open-source C and C++ package manager
Changelog: Feature: The tool `fix_apple_shared_install_name` now also patches the `/bin` executables found to point to the libraries at `../lib/xxx.dylib`. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/12107
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Hi, Can anyone help me migrate my project conanfile? My try is here: https://github.com/nativium/nativium/pull/23/files Today, im generating `conanbuildinfo.cmake`, because it is imported into...
Changelog: Fix: Fix `validate_build` with compatible packages not raising the ConanInvalidConfiguration error. Docs: https://github.com/conan-io/docs/pull/XXXX In the process of testing something similar to this: https://github.com/conan-io/conan/pull/12031 on 1.X branch I noticed that...
Context: Recently we're having issues with our network infrastructure and our internal Conan remotes. In general it takes up to 5 seconds for a small package to get downloaded. We...
When using the tool `check_min_cppstd` could have 3 different meanings and the current implementation is not enough. These are the use cases, let`s use cppstd=17 for the examples and a...
I'm trying to build package that depends on hiredis/1.0.2 with clang-cl conan profile. Build fails and only known to me way to fix it is to manyally modify all recipes...
Dear Conan Folks, We have a legacy system where every script cannot be adapated to not disturb a running system. The contents of the package are : tools, include**s** ....
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Properly written CMakeLists of C and C++ libraries propagate interface c_std & cxx_std compile feature in imported targets. It would be nice if...
It looks like `compiler = msvc` and `conan.tools.microsoft.VCVars` does have support for using MSVC "down level toolsets" (e.g. using the VS2019 compiler, but installed as part of VS2022). ### Environment...
Atm I am upload all packages like this: `conan upload "*" --confirm --parallel -r my_remote` However, this will upload all packages to one certain remote `my_remote` Is there a way...