Skip to content
Snippets Groups Projects
Unverified Commit bcffa4d5 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Update conan.pandoc

parent 4c5db2d0
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,14 @@ Requirements ...@@ -31,3 +31,14 @@ Requirements
``` ```
You can always delete the Conan cache directory in `$HOME/.conan` to start fresh. This can fix errors. You can always delete the Conan cache directory in `$HOME/.conan` to start fresh. This can fix errors.
### ERROR: Invalid setting 'X' is not a valid 'settings.compiler.version' value
In `~/.conan/settings.yml` it is defined which compiler versions are supported by Conan on your machine. Unfortunately (and this is also a bit inconvenient) this file is not updated automatically when upgrading Conan. Three possible ways to fix it:
- add the missing value to the file by yourself
- simply delete the file, Conan will re-create it on the next run (easiest method)
- when upgrading Conan it creates a file `~/.conan/settings.new.yml` or similar which you can just rename to `~/.conan/settings.yml`
See also: http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment