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 ```