diff --git a/content/en/docs/languages/cpp/quickstart.md b/content/en/docs/languages/cpp/quickstart.md index 3c030266951..61c0ff5eb2a 100644 --- a/content/en/docs/languages/cpp/quickstart.md +++ b/content/en/docs/languages/cpp/quickstart.md @@ -191,6 +191,7 @@ the steps of the previous section. pushd cmake/build cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../.. make -j 4 + popd ``` - Windows