Merge topic 'reduce-utf-8'

96b3a4e6c7 Style: Replace some UTF-8 characters with ASCII equivalents

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12319
This commit is contained in:
Brad King
2026-07-27 09:56:23 -04:00
committed by Kitware Robot
13 changed files with 26 additions and 26 deletions
@@ -4,7 +4,7 @@ CMAKE_AUTOMOC_INCLUDE_DIRECTORIES
.. versionadded:: 4.1
Specifies zero or more include directories for AUTOMOC to pass explicitly to
the Qt Meta‑Object Compiler (``moc``) instead of automatically discovering
the Qt Meta-Object Compiler (``moc``) instead of automatically discovering
each target's include directories.
The directories listed here will replace any include paths discovered from
@@ -11,7 +11,7 @@ inputs have changed or the byproduct file is missing.
.. note::
When this variable is ``OFF`` (the default), ``BYPRODUCTS`` are treated
similarly to how Ninja handles them — as opaque side effects — and the
similarly to how Ninja handles them - as opaque side effects - and the
generator emits ``ExecAlways`` nodes to ensure they always run.
Defaults to ``OFF``.
@@ -3,7 +3,7 @@ CMAKE_FASTBUILD_USE_LIGHTCACHE
.. versionadded:: 4.2
Enables FASTBuild’s *light caching* mode, which accelerates cache lookups by
Enables FASTBuild's *light caching* mode, which accelerates cache lookups by
parsing source files directly (instead of invoking the compiler preprocessor).
See the `FASTBuild Compiler() documentation <https://www.fastbuild.org/docs/functions/compiler.html>`_