From 39d4cdf6049e446fd09bf74377e1b8d1e382a485 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 30 Jan 2020 11:37:28 -0500 Subject: [PATCH] Fix #27 --- chapters/basics/comms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/basics/comms.md b/chapters/basics/comms.md index e504c29..f2ece7b 100644 --- a/chapters/basics/comms.md +++ b/chapters/basics/comms.md @@ -28,7 +28,7 @@ configure_file ( You should include the binary include directory as well when building your project. If you want to put any true/false variables in a header, CMake has C specific `#cmakedefine` and `#cmakedefine01` replacements to make appropriate define lines. -You can also (and often do) use this to produce `.cmake` files, such as the configure files (see the section on configuring). +You can also (and often do) use this to produce `.cmake` files, such as the configure files (see [installing](https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html)). ## Reading files