From 7613d69db4750a392f0ec034f42c25d64ccce755 Mon Sep 17 00:00:00 2001 From: Samuel Nicholas Date: Tue, 19 Nov 2024 10:39:48 +1030 Subject: [PATCH] Update doc/cmake.rst Co-authored-by: David Snopek --- doc/cmake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cmake.rst b/doc/cmake.rst index 7d29642253..f8a133b5ed 100644 --- a/doc/cmake.rst +++ b/doc/cmake.rst @@ -51,7 +51,7 @@ Basic walkthrough .. topic:: Configure the build - CMake doesn't build the code, generates the files that another tool uses + CMake doesn't build the code, it generates the files that another tool uses to build the code. To see the list of generators run ``cmake --help``. The first phase of which is running through the configuration scripts.