summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_ERROR_DEPRECATED.rst
blob: 39dc4a88d73e4695195a076e745472f8fe9ac974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
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)`.