4a224fa5cf50a2313083683deaa235de8353b3fa
[platform/upstream/cmake.git] / Help / variable / CMAKE_WARN_DEPRECATED.rst
1 CMAKE_WARN_DEPRECATED
2 ---------------------
3
4 Whether to issue warnings for deprecated functionality.
5
6 If not ``FALSE``, use of deprecated functionality will issue warnings.
7 If this variable is not set, CMake behaves as if it were set to ``TRUE``.
8
9 When running :manual:`cmake(1)`, this option can be enabled with the
10 ``-Wdeprecated`` option, or disabled with the ``-Wno-deprecated`` option.