pip install conan
| Scenario | Why Conan? | |----------|-------------| | | Share the same pre-built dependencies, no "works on my machine". | | CI/CD pipelines | Cache binaries, reduce build times from hours to minutes. | | Cross-platform app | One dependency description for Windows, macOS, Linux, and iOS. | | Embedded systems | Cross-compilation support (ARM, RISC-V, etc.) with custom profiles. | | Third-party libs | Use Boost, OpenSSL, Poco, etc., without building them manually. | conan package manager
Conan package files can include the following: pip install conan | Scenario | Why Conan
find_package(fmt CONFIG REQUIRED)