BUILD: list steps after dependencies update (#4623)

After dependencies update, developers may need to effectively "start
over" with the build steps.
This commit is contained in:
Elliot Lee
2023-07-17 22:16:42 -07:00
committed by GitHub
parent 5ba1f984df
commit c197c4cdd9

View File

@@ -256,12 +256,14 @@ and can be helpful for detecting `#include` omissions.
### Conan
If you have trouble building dependencies after changing Conan settings,
try removing the Conan cache.
After any updates or changes to dependencies, you may need to do the following:
```
rm -rf ~/.conan/data
```
1. Remove your build directory.
2. Remove the Conan cache:
```
rm -rf ~/.conan/data
```
4. Re-run [conan install](#build-and-test).
### no std::result_of