fix wrong path in specifications/manifests.md (#15688)

This commit is contained in:
Alessandro Arcangeli 2021-01-19 09:45:07 +01:00 committed by GitHub
parent 0c94afc788
commit a9a636c1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ And finally, to configure and build:
```sh ```sh
$ cd example $ 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... ... configuring and installing...
$ cmake --build build $ cmake --build build
``` ```