From f16aecbde2551940856309bcfa6636ff52bdce7d Mon Sep 17 00:00:00 2001 From: Takuya Ono Date: Sat, 30 Aug 2025 16:00:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20missing=20`popd`=20on=20buil?= =?UTF-8?q?d=20script=20for=20Linux=20&=20macOS=20at=20cpp/quickstart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/languages/cpp/quickstart.md | 1 + 1 file changed, 1 insertion(+) 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