mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'revert-cmake-W-options'
2e606306Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options81739e92Revert topic 'cmake-W-options' (#15747)
This commit is contained in:
@@ -6,7 +6,3 @@ Whether to issue deprecation errors for macros and functions.
|
||||
If ``TRUE``, this can be used by macros and functions to issue fatal
|
||||
errors when deprecated macros or functions are used. This variable is
|
||||
``FALSE`` by default.
|
||||
|
||||
These errors can be enabled with the ``-Werror=deprecated`` option, or
|
||||
disabled with the ``-Wno-error=deprecated`` option, when running
|
||||
:manual:`cmake(1)`.
|
||||
|
||||
@@ -5,7 +5,3 @@ Whether to issue deprecation warnings for macros and functions.
|
||||
|
||||
If ``TRUE``, this can be used by macros and functions to issue deprecation
|
||||
warnings. This variable is ``FALSE`` by default.
|
||||
|
||||
These warnings can be enabled with the ``-Wdeprecated`` option, or
|
||||
disabled with the ``-Wno-deprecated`` option, when running
|
||||
:manual:`cmake(1)`.
|
||||
|
||||
Reference in New Issue
Block a user