Skip to content
Open
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 wiki/resources/build-systems/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bot_article: |

The main downside is learning CMake's configuration language, but the investment is worthwhile.

**Recommended resource:** [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/README.html)
**Recommended resource:** [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/)
---

# CMake
Expand All @@ -20,7 +20,7 @@ recommend taking the time to do so.

We recommend the following resources for getting started:

- [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/README.html)
- [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/)

## Basic Setup

Expand Down
Loading