docs
docs copied to clipboard
conan.io reStructuredText documentation
correct typo
These changes aim to reduce some potential confusion about the global.conf documentation (see https://github.com/conan-io/conan/issues/9529#issuecomment-940884107). It adds an example `global.conf` file and tries to make it more clear that the snippet...
Hello, some information about our system OS Windows 10 Conan version 1.32.1 Python version 3.8 We use Jenkins for automatizing builds After updating conan from 1.7.0 to 1.32.1 version I...
[Overriding Requirements](https://docs.conan.io/en/latest/using_packages/conanfile_txt.html#overriding-requirements) for `conanfile.txt` consumers indicates the override keyword can be provided: > You can use environment variable `CONAN_ERROR_ON_OVERRIDE` to raise an error for every overriden requirement not marked explicitly...
The Artifactory documentation is clear about [Remote Repository](https://www.jfrog.com/confluence/display/JFROG/Repository+Management#Remote+Repositories) functionality, where people can add `conancenter` as remote and download from there when a package is not available in local remote. However,...
`settings_build` is missing from https://docs.conan.io/en/latest/reference/conanfile/attributes.html
```shell $ conan install -h ... -if INSTALL_FOLDER, --install-folder INSTALL_FOLDER Use this directory as the directory where to put the generatorfiles. e.g., conaninfo/conanbuildinfo.txt ... ``` e.g. is file path, it...
It requires to check the `cppstd` setting, as sometimes this setting could absent and the api call doesn't check it.