Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@ By default all log messages are directed to stderr.

## Troubleshooting

### Conan unable to find library in remotes

If you see the following error from Conan:
```
ERROR: Package 'libcheck/0.15.2' not resolved: Unable to find 'libcheck/0.15.2' in remotes
```

Make sure your Conan remote repository is updated to the latest URL:
```
conan remote update conancenter --url="https://center2.conan.io"
```

### Conan claims it cannot find out the version of the C compiler

If you see the following `cmake` output:
Expand Down
Loading