summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_ERROR_DEPRECATED.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_ERROR_DEPRECATED.rst')
-rw-r--r--Help/variable/CMAKE_ERROR_DEPRECATED.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_ERROR_DEPRECATED.rst b/Help/variable/CMAKE_ERROR_DEPRECATED.rst
index 68befc2..39dc4a8 100644
--- a/Help/variable/CMAKE_ERROR_DEPRECATED.rst
+++ b/Help/variable/CMAKE_ERROR_DEPRECATED.rst
@@ -3,9 +3,9 @@ CMAKE_ERROR_DEPRECATED
Whether to issue deprecation errors for macros and functions.
-If TRUE, this can be used by macros and functions to issue fatal
+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.
+``FALSE`` by default.
These errors can be enabled with the ``-Werror=deprecated`` option, or
disabled with the ``-Wno-error=deprecated`` option, when running