https://github.com/Kitware/CMake
Raw File
Tip revision: bd6389f7bce6d69a75e6f84245834e19b24cc03f authored by Brad King on 11 February 2015, 15:23:38 UTC
CMake 3.1.3
Tip revision: bd6389f
CMAKE_WARN_DEPRECATED.rst
CMAKE_WARN_DEPRECATED
---------------------

Whether to issue deprecation warnings for macros and functions.

If TRUE, this can be used by macros and functions to issue deprecation
warnings.  This variable is FALSE by default.
back to top