Skip to content

Commit

Permalink
Update install_windows_src.md (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimberly N. McGuire <kimberly@bitcraze.io>
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
knmcguire and azeey committed Sep 5, 2024
1 parent 0bb6ed2 commit ec18438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/install_windows_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ colcon graph
If that is the case, then you are ready to build the whole set of libraries:

```bash
colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-sim9 gz-tools2
colcon build --cmake-args -DBUILD_TESTING=OFF -DSKIP_SWIG=ON --merge-install --packages-up-to gz-sim9 gz-tools2
```
Tests are turned off as they are not currently supported on Windows.

Expand Down

0 comments on commit ec18438

Please sign in to comment.