A general Conan configuration for any Bincrafter project.
Conan config was released on Conan 0.27.0 providing the option to distribute and share remotes, profiles, settings.
[Webinar] Developing C/C++ packages with Conan: new features
This project is a default template for remotes and profiles.
Anyone is able to use and contribute.
To apply this template in your current environment:
$ conan config install https://github.com/bincrafters/conan-config.git
E.g If you want to set libcxx on profile linux-gcc54-amd64:
$ conan config set compiler.libcxx=libstdc++11 linux-gcc54-amd64
If you want to contribute, please, create a fork or branch and submit a new PR.