We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a685c3 + a82f37f commit 8463e00Copy full SHA for 8463e00
README.md
@@ -259,6 +259,18 @@ By default all log messages are directed to stderr.
259
260
## Troubleshooting
261
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
274
### Conan claims it cannot find out the version of the C compiler
275
276
If you see the following `cmake` output:
0 commit comments