Skip to content

Commit

Permalink
Merge pull request #869 from vsbogd/add-conan-repo-troubleshooting
Browse files Browse the repository at this point in the history
Add Conan "unable to find library in remotes" troubleshooting
  • Loading branch information
vsbogd authored Mar 5, 2025
2 parents 3a685c3 + a82f37f commit 8463e00
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 8463e00

Please sign in to comment.