Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tutorial developing with gz-cmake #452

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading