https://github.com/Kitware/CMake
Raw File
Tip revision: 0c3ddf8b652311ec2a9447a9e6303691841628b4 authored by Brad King on 24 October 2014, 17:38:32 UTC
Merge branch 'revert-definition-map-lookup' into release
Tip revision: 0c3ddf8
CMAKE_ERROR_DEPRECATED.rst
CMAKE_ERROR_DEPRECATED
----------------------

Whether to issue deprecation errors for macros and functions.

If TRUE, this can be used by macros and functions to issue fatal
errors when deprecated macros or functions are used.  This variable is
FALSE by default.
back to top