Skip to content

Commit

Permalink
fix tutorial developing with gz-cmake (#452)
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <antoine.vanmalleghem@botronics.be>
  • Loading branch information
avanmalleghem authored Sep 6, 2024
1 parent 2425121 commit 4a944f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/developing_with_gz-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To change the build system type, set the CMake flag:
### Build sanitizers

`GZ_SANITIZER` CMake parameter can be used with different compilers to support the detection of different problems in the code.
[Check the documentation for `GZ_SANITIZER` flag](gz_cmake_sanitizers.md)
[Check the documentation for `GZ_SANITIZER` flag](https://gazebosim.org/api/cmake/4/sanitizersbuilds.html)

### Using CCache

Expand Down Expand Up @@ -134,7 +134,7 @@ To disable building documentation, set the CMake flag:

### Enabling/Disabling Tests

If your intent is to only produce libraries and executables, it is possible to disables tests.
If your intent is to only produce libraries and executables, it is possible to disable tests.

By default, building tests is *enabled*.

Expand Down

0 comments on commit 4a944f4

Please sign in to comment.