cmake/Help/variable/CMAKE_ERROR_DEPRECATED.rst

8 lines
247 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_ERROR_DEPRECATED
----------------------
2016-03-13 13:35:51 +01:00
Whether to issue errors for deprecated functionality.
2014-08-03 19:52:23 +02:00
2016-03-13 13:35:51 +01:00
If ``TRUE``, use of deprecated functionality will issue fatal errors.
If this variable is not set, CMake behaves as if it were set to ``FALSE``.