Recipe tools Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path is always like: from conan . tools . cmake import CMakeToolc...
Declaring the layout when creating packages for third-party libraries Declaring the layout when creating packages for third-party libraries Please, first clone the sources to re...
Using a MinGW as tool_requires to build with gcc in Windows Using a MinGW as tool_requires to build with gcc in Windows If we had MinGW installed in our environment, we could de...
Autotools Reference A note about relocatable shared libraries in macOS built the Autotools build helper Why is this a problem when using Conan? How to address this problem in Con...
Depending on different versions of the same tool-require Depending on different versions of the same tool-require Note This is an advanced use case. It shouldn’t be necessary ...
Add dependencies to packages Add dependencies to packages In the previous tutorial section we created a Conan package for a “Hello World” C++ library. We used the conan.tools.s...
Depending on same version of a tool-require with different options Depending on same version of a tool-require with different options Note This is an advanced use case. It sho...
How the package_id is computed How the package_id is computed Let’s take some package and list its binaries, for example: $ conan list "zlib/1.2.13:*" - r = conancenter ...