blob: 3f1216f9b305e7b6d644e13a91fd7b178866aed3 [file]
.. This file was generated by Utilities/Scripts/regenerate-presets.py
from Help/manual/presets/schema.yaml. Do not edit.
.. _`CMakePresets.configurePresets.errors.author`:
``author``
.. presets-versionadded:: 12
An optional boolean. Equivalent to passing :cmake-option:`-Werror=author` or
:cmake-option:`-Wno-error=author` on the command line.
This may not be set to ``true`` if ``warnings.author`` is set to ``false``.
.. _`CMakePresets.configurePresets.errors.deprecated`:
``deprecated``
An optional boolean. Equivalent to passing
:cmake-option:`-Werror=deprecated` or
:cmake-option:`-Wno-error=deprecated`
on the command line.
This may not be set to ``true``
if ``warnings.deprecated`` is set to ``false``.
.. _`CMakePresets.configurePresets.errors.dev`:
``dev``
.. presets-versionremoved:: 12
An optional boolean. Equivalent to passing
:cmake-option:`-Werror=dev` or
:cmake-option:`-Wno-error=dev`
on the command line.
This may not be set to ``true``
if ``warnings.dev`` is set to ``false``.
.. _`CMakePresets.configurePresets.errors.uninitialized`:
``uninitialized``
.. presets-versionadded:: 12
An optional boolean. Equivalent to passing
:cmake-option:`-Werror=uninitialized` or
:cmake-option:`-Wno-error=uninitialized`
on the command line.
This may not be set to ``true``
if ``warnings.uninitialized`` is set to ``false``.
.. _`CMakePresets.configurePresets.errors.unusedCli`:
``unusedCli``
.. presets-versionadded:: 12
An optional boolean. Equivalent to passing
:cmake-option:`-Werror=unused-cli` or
:cmake-option:`-Wno-error=unused-cli`
on the command line.
This may not be set to ``true``
if ``warnings.unusedCli`` is set to ``false``.