Skip to content

Commit

Permalink
Update install_windows_src.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kimberly N. McGuire <[email protected]>
  • Loading branch information
knmcguire authored Sep 4, 2024
1 parent 280702e commit e6f7310
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 e6f7310

Please sign in to comment.