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