Skip to content

Commit cf8d745

Browse files
committed
Do not use cmake --config for single configuration generators
Signed-off-by: Jose Luis Rivero <[email protected]>
1 parent 4c963a2 commit cf8d745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/23_topic_statistics.md

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ For running the example, build the binaries in the example directory:
7979
git clone https://github.com/gazebosim/gz-transport -b gz-transport14
8080
cd gz-transport/example
8181
cmake -S . -B build
82+
# For UNIX
83+
cmake --build build --parallel
84+
# For Windows
8285
cmake --build build --config release --parallel
8386
```
8487

0 commit comments

Comments
 (0)