Conan
The Conan package manager for C / C++.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml:
ort:
analyzer:
packageManagers:
Conan:
options:
lockfileName: <OPTIONAL_STRING>
useConan2: false
Use the following syntax to configure this plugin in a repository's .ort.yml:
analyzer:
package_managers:
Conan:
options:
lockfileName: <OPTIONAL_STRING>
useConan2: false
If the plugin is configured in both locations, the configurations are merged, with options from .ort.yml taking precedence over those from config.yml.