mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
b146747ed7
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.
8 lines
247 B
ReStructuredText
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``.
|