Skip to content

Commit d4365de

Browse files
committed
Update references of the main branch to gz-cmake5
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent fd6e19c commit d4365de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
Build | Status
1111
-- | --
12-
Ubuntu Noble | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-ci-main-noble-amd64)](https://build.osrfoundation.org/job/gz_cmake-ci-main-noble-amd64)
13-
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/gz_cmake-ci-main-homebrew-amd64)
14-
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-main-clowin)](https://build.osrfoundation.org/job/gz_cmake-main-clowin)
12+
Ubuntu Noble | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-ci-gz-cmake5-noble-amd64)](https://build.osrfoundation.org/job/gz_cmake-ci-gz-cmake5-noble-amd64)
13+
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-ci-gz-cmake5-homebrew-amd64)](https://build.osrfoundation.org/job/gz_cmake-ci-gz-cmake5-homebrew-amd64)
14+
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_cmake-5-cnlwin)](https://build.osrfoundation.org/job/gz_cmake-5-cnlwin)
1515

1616
# Table of Contents
1717

tutorials/developing_with_gz-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The available options are:
2626
* `Coverage`: Build with additional information required for the [`gcov` analysis tool](https://en.wikipedia.org/wiki/Gcov)
2727
* `Profile`: Use flags that are helpful with the [`gprof` profiling tool](https://en.wikipedia.org/wiki/Gprof)
2828

29-
More information about flags applied can be found in [GzSetCompilerFlags.cmake](https://github.com/gazebosim/gz-cmake/blob/main/cmake/GzSetCompilerFlags.cmake)
29+
More information about flags applied can be found in [GzSetCompilerFlags.cmake](https://github.com/gazebosim/gz-cmake/blob/gz-cmake5/cmake/GzSetCompilerFlags.cmake)
3030

3131
If left unspecified, `CMAKE_BUILD_TYPE` is set to `RelWithDebInfo`
3232

tutorials/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You can also generate the documentation from a clone of this repository by follo
218218
firefox doxygen/html/index.html
219219
```
220220

221-
**Note** Alternatively, documentation for `gz-cmake` can be found within the source code, and also in the [MIGRATION.md guide](https://github.com/gazebosim/gz-cmake/blob/main/MIGRATION.md).
221+
**Note** Alternatively, documentation for `gz-cmake` can be found within the source code, and also in the [MIGRATION.md guide](https://github.com/gazebosim/gz-cmake/blob/gz-cmake5/Migration.md).
222222

223223
# Testing
224224

0 commit comments

Comments
 (0)