Skip to content

Commit 8463e00

Browse files
authored
Merge pull request #869 from vsbogd/add-conan-repo-troubleshooting
Add Conan "unable to find library in remotes" troubleshooting
2 parents 3a685c3 + a82f37f commit 8463e00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,18 @@ By default all log messages are directed to stderr.
259259

260260
## Troubleshooting
261261

262+
### Conan unable to find library in remotes
263+
264+
If you see the following error from Conan:
265+
```
266+
ERROR: Package 'libcheck/0.15.2' not resolved: Unable to find 'libcheck/0.15.2' in remotes
267+
```
268+
269+
Make sure your Conan remote repository is updated to the latest URL:
270+
```
271+
conan remote update conancenter --url="https://center2.conan.io"
272+
```
273+
262274
### Conan claims it cannot find out the version of the C compiler
263275

264276
If you see the following `cmake` output:

0 commit comments

Comments
 (0)