fix(ci): export correct snappy version (#546)

This commit is contained in:
Niq Dudfield
2025-08-14 11:01:32 +07:00
committed by GitHub
parent 2fc912d54d
commit 1a3d2db8ef
4 changed files with 9 additions and 9 deletions

View File

@@ -117,14 +117,14 @@ can't build earlier Boost versions.
which allows you to statically link it with GCC, if you want.
```
conan export external/snappy snappy/1.1.9@
conan export external/snappy snappy/1.1.10@xahaud/stable
```
5. Export our [Conan recipe for SOCI](./external/soci).
It patches their CMake to correctly import its dependencies.
```
conan export external/soci soci/4.0.3@
conan export external/soci soci/4.0.3@xahaud/stable
```
### Build and Test