Skip to content

Commit

Permalink
Do not use cmake --config for single configuration generators
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed Sep 13, 2024
1 parent 4c963a2 commit cf8d745
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutorials/23_topic_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ For running the example, build the binaries in the example directory:
git clone https://github.com/gazebosim/gz-transport -b gz-transport14
cd gz-transport/example
cmake -S . -B build
# For UNIX
cmake --build build --parallel
# For Windows
cmake --build build --config release --parallel
```

Expand Down

0 comments on commit cf8d745

Please sign in to comment.