2013-10-15 11:17:36 -04:00
|
|
|
CMAKE_WARN_DEPRECATED
|
|
|
|
---------------------
|
|
|
|
|
2015-11-08 23:06:33 +00:00
|
|
|
Whether to issue warnings for deprecated functionality.
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2015-11-29 13:34:07 +00: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-08 23:06:33 +00:00
|
|
|
|
|
|
|
When running :manual:`cmake(1)`, this option can be enabled with the
|
|
|
|
``-Wdeprecated`` option, or disabled with the ``-Wno-deprecated`` option.
|