diff options
| author | Alessandro Arcangeli <alessandroarcangeli.rm@gmail.com> | 2021-01-19 09:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 00:45:07 -0800 |
| commit | a9a636c1a6af4cbfa0427762f9258a76348a0a0d (patch) | |
| tree | cb1388fd0fad2e96147e77cc95579d4fa8139d2a /docs | |
| parent | 0c94afc7883faee9f188c36232d628ffa94cf27f (diff) | |
| download | vcpkg-a9a636c1a6af4cbfa0427762f9258a76348a0a0d.tar.gz vcpkg-a9a636c1a6af4cbfa0427762f9258a76348a0a0d.zip | |
fix wrong path in specifications/manifests.md (#15688)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specifications/manifests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specifications/manifests.md b/docs/specifications/manifests.md index 350cfd0c7..bc4e1d7cc 100644 --- a/docs/specifications/manifests.md +++ b/docs/specifications/manifests.md @@ -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 ``` |
