docs: consistently use CMake
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 18 Oct 2022 13:59:33 +0000 (15:59 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/drivers/llvmpipe.rst
docs/meson.rst

index 404a9ef..05b1517 100644 (file)
@@ -69,7 +69,7 @@ Requirements
    +-----------------+--------------------------------+-------------------------------+
 
    You can build only the x86 target by passing
-   ``-DLLVM_TARGETS_TO_BUILD=X86`` to cmake.
+   ``-DLLVM_TARGETS_TO_BUILD=X86`` to CMake.
 
 Building
 --------
index 3e71331..ac33762 100644 (file)
@@ -268,7 +268,7 @@ should be used. It uses the same format as the native file above:
    llvm-config = '/usr/lib/llvm-config-32'
    cmake = '/usr/bin/cmake-for-my-arch'
 
-Obviously, only cmake or llvm-config is required.
+Obviously, only CMake or llvm-config is required.
 
 Then configure Meson: