2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_WARN_DEPRECATED
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Whether to issue deprecation warnings for macros and functions.
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
If ``TRUE``, this can be used by macros and functions to issue deprecation
|
|
|
|
warnings. This variable is ``FALSE`` by default.
|
2015-07-28 02:07:03 +03:00
|
|
|
|
|
|
|
These warnings can be enabled with the ``-Wdeprecated`` option, or
|
|
|
|
disabled with the ``-Wno-deprecated`` option, when running
|
|
|
|
:manual:`cmake(1)`.
|