From dc235de196015fb69c7c4fd24782ef0e877e8e34 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:59:33 +0200 Subject: [PATCH] docs: consistently use CMake Reviewed-by: David Heidelberg Part-of: --- docs/drivers/llvmpipe.rst | 2 +- docs/meson.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index 404a9ef..05b1517 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -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 -------- diff --git a/docs/meson.rst b/docs/meson.rst index 3e71331..ac33762 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -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: -- 2.7.4