CMake/Help/variable/CMAKE_ERROR_DEPRECATED.rst
Michael Scott b146747ed7 Consistent documentation for deprecation message variables.
Make the documentation for the 'CMAKE_ERROR_DEPRECATED' CMake
variable consistent with the documentation for the
'CMAKE_WARN_DEPRECATED' CMake variable, in terms of wording.
2015-12-01 10:22:19 -05:00

8 lines
247 B
ReStructuredText

CMAKE_ERROR_DEPRECATED
----------------------
Whether to issue errors for deprecated functionality.
If ``TRUE``, use of deprecated functionality will issue fatal errors.
If this variable is not set, CMake behaves as if it were set to ``FALSE``.