Skip to content

Commit c9a7231

Browse files
authored
Fix BUILD.md instruction (#5676)
1 parent da82e52 commit c9a7231

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILD.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ git sparse-checkout set recipes/snappy
147147
git sparse-checkout add recipes/soci
148148
git fetch origin master
149149
git checkout master
150-
conan export --version 1.1.10 external/recipes/snappy
151-
conan export --version 4.0.3 external/recipes/soci
150+
conan export --version 1.1.10 recipes/snappy/all
151+
conan export --version 4.0.3 recipes/soci/all
152+
rm -rf .git
152153
```
153154

154155
In the case we switch to a newer version of a dependency that still requires a

0 commit comments

Comments
 (0)