Skip to main content

Conan

Conan

The Conan package manager for C / C++.

Configuration

Example

{
"Conan": {
"options": {
"lockfileName": null,
"useConan2": false
}
}
}

Options

lockfileName

STRING

The name of the lockfile, which is used for analysis if allowDynamicVersions is set to false. The lockfile should be located in the analysis root. Currently only one lockfile is supported per Conan project.

useConan2

BOOLEAN Default

If true, the Conan package manager will call a command called "conan2" instead of "conan". This is required to be able to support both Conan major versions in a given environment e.g., the ORT Docker image or a local development environment.