Skip to content

Commit 2125bf7

Browse files
authored
doc: update some developer instructions (#10833)
1 parent eaedae4 commit 2125bf7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/contributor/howto-guide-setup-development-workstation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ option to compile the `google-cloud-cpp` code, and tell it to use `vcpkg` to
154154
build all the dependencies.
155155

156156
```shell
157-
cmake -H. -B.build -GNinja \
157+
cmake -S . -B .build -G Ninja \
158+
-DGOOGLE_CLOUD_CPP_ENABLE_CCACHE=ON \
159+
-DGOOGLE_CLOUD_CPP_ENABLE_WERROR=ON \
158160
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
159161
-DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
160162
cmake --build .build

0 commit comments

Comments
 (0)