From 433fcfc4b0b1ce25f7780dd9a4f3fb262d4aa864 Mon Sep 17 00:00:00 2001 From: Samuel Nicholas Date: Wed, 20 Nov 2024 07:41:34 +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 da39cdefe1..d47dadd874 100644 --- a/doc/cmake.rst +++ b/doc/cmake.rst @@ -59,7 +59,7 @@ Basic walkthrough .. code-block:: - CMake ../ -G "Ninja" + cmake ../ -G "Ninja" To list the available options CMake use the ``-L[AH]`` option. ``A`` is for advanced, and ``H`` is for help strings.