2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_WARN_DEPRECATED
|
|
|
|
---------------------
|
|
|
|
|
2015-11-09 02:06:33 +03:00
|
|
|
Whether to issue warnings for deprecated functionality.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2015-11-29 16:34:07 +03:00
|
|
|
If not ``FALSE``, use of deprecated functionality will issue warnings.
|
|
|
|
If this variable is not set, CMake behaves as if it were set to ``TRUE``.
|
2015-11-09 02:06:33 +03:00
|
|
|
|
|
|
|
When running :manual:`cmake(1)`, this option can be enabled with the
|
|
|
|
``-Wdeprecated`` option, or disabled with the ``-Wno-deprecated`` option.
|