Skip to content

Commit f16aecb

Browse files
committed
🐛fix: missing popd on build script for Linux & macOS at cpp/quickstart
1 parent 3db3725 commit f16aecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎content/en/docs/languages/cpp/quickstart.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ the steps of the previous section.
191191
pushd cmake/build
192192
cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../..
193193
make -j 4
194+
popd
194195
```
195196

196197
- Windows

0 commit comments

Comments
 (0)