From a9a636c1a6af4cbfa0427762f9258a76348a0a0d Mon Sep 17 00:00:00 2001 From: Alessandro Arcangeli Date: Tue, 19 Jan 2021 09:45:07 +0100 Subject: [PATCH] fix wrong path in specifications/manifests.md (#15688) --- docs/specifications/manifests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specifications/manifests.md b/docs/specifications/manifests.md index 350cfd0c7df..bc4e1d7cca4 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 ```