mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
fix wrong path in specifications/manifests.md (#15688)
This commit is contained in:
parent
0c94afc788
commit
a9a636c1a6
@ -236,7 +236,7 @@ And finally, to configure and build:
|
||||
|
||||
```sh
|
||||
$ cd example
|
||||
$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystem/vcpkg.cmake
|
||||
$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
|
||||
... configuring and installing...
|
||||
$ cmake --build build
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user