We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da82e52 commit c9a7231Copy full SHA for c9a7231
BUILD.md
@@ -147,8 +147,9 @@ git sparse-checkout set recipes/snappy
147
git sparse-checkout add recipes/soci
148
git fetch origin master
149
git checkout master
150
-conan export --version 1.1.10 external/recipes/snappy
151
-conan export --version 4.0.3 external/recipes/soci
+conan export --version 1.1.10 recipes/snappy/all
+conan export --version 4.0.3 recipes/soci/all
152
+rm -rf .git
153
```
154
155
In the case we switch to a newer version of a dependency that still requires a
0 commit comments