diff options
author | Brad King <brad.king@kitware.com> | 2015-09-25 20:16:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-25 20:16:17 (GMT) |
commit | 414cc18a9a76e78b586edbd6eb34cc0060cae796 (patch) | |
tree | 20200c722ad4ac11678cf7d3650afdc2683e0771 /Help/variable | |
parent | 02f95f9b7cc56aee8e4d73ea951bad34b622ec9b (diff) | |
parent | 2e6063068c94d4045e699fed51e6d1e9af344bbf (diff) | |
download | CMake-414cc18a9a76e78b586edbd6eb34cc0060cae796.zip CMake-414cc18a9a76e78b586edbd6eb34cc0060cae796.tar.gz CMake-414cc18a9a76e78b586edbd6eb34cc0060cae796.tar.bz2 |
Merge topic 'revert-cmake-W-options'
2e606306 Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options
81739e92 Revert topic 'cmake-W-options' (#15747)
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_ERROR_DEPRECATED.rst | 4 | ||||
-rw-r--r-- | Help/variable/CMAKE_WARN_DEPRECATED.rst | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Help/variable/CMAKE_ERROR_DEPRECATED.rst b/Help/variable/CMAKE_ERROR_DEPRECATED.rst index 39dc4a8..277a4cc 100644 --- a/Help/variable/CMAKE_ERROR_DEPRECATED.rst +++ b/Help/variable/CMAKE_ERROR_DEPRECATED.rst @@ -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)`. diff --git a/Help/variable/CMAKE_WARN_DEPRECATED.rst b/Help/variable/CMAKE_WARN_DEPRECATED.rst index 7b8533c..662cbd8 100644 --- a/Help/variable/CMAKE_WARN_DEPRECATED.rst +++ b/Help/variable/CMAKE_WARN_DEPRECATED.rst @@ -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)`. |