| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .. 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``.
|