You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin/bitcoin#32858: doc: Add workaround for vcpkg issue with paths with embedded spaces
0a1af44 doc: Add workaround for vcpkg issue with paths with embedded spaces (Hennadii Stepanov)
Pull request description:
This PR is an alternative to bitcoin/bitcoin#32397 suggested in bitcoin/bitcoin#32397 (comment).
ACKs for top commit:
sipsorcery:
ACK 0a1af44.
Tree-SHA512: 09efc3f8b8c38eb8d8de1022c5b11685fba334cdb950209d35b3b0d907fa50de3f85f45c66ac3670b5b104d5bb0b01461c36a0c1e595327b5e62c6abca323deb
If vcpkg installation fails with the message "Paths with embedded space may be handled incorrectly", which
84
+
can occur if your local Bitcoin Core repository path contains spaces, you can override the vcpkg install directory
85
+
by setting the [`VCPKG_INSTALLED_DIR`](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/users/buildsystems/cmake-integration.md#vcpkg_installed_dir) variable:
0 commit comments