Back to Cmake

Errors Properties

Help/manual/presets/errors-properties.rst

4.4.02.7 KB
Original Source

.. 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.experimental:

experimental .. presets-versionadded:: 12

An optional boolean. Equivalent to passing :cmake-option:-Werror=experimental or :cmake-option:-Wno-error=experimental on the command line. This may not be set to true if warnings.experimental is set to false.

.. _CMakePresets.configurePresets.errors.installAbsoluteDestination:

installAbsoluteDestination .. presets-versionadded:: 12

An optional boolean. Equivalent to passing :cmake-option:-Werror=install-absolute-destination or :cmake-option:-Wno-error=install-absolute-destination on the command line. This may not be set to true if warnings.installAbsoluteDestination is set to false.

.. _CMakePresets.configurePresets.errors.policy:

policy .. presets-versionadded:: 12

An optional boolean. Equivalent to passing :cmake-option:-Werror=policy or :cmake-option:-Wno-error=policy on the command line. This may not be set to true if warnings.policy 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.