diff options
Diffstat (limited to 'Help/variable/CMAKE_WARN_DEPRECATED.rst')
-rw-r--r-- | Help/variable/CMAKE_WARN_DEPRECATED.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_WARN_DEPRECATED.rst b/Help/variable/CMAKE_WARN_DEPRECATED.rst index 2a13895..7b2510b 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)`. |