CMAKE_ERROR_DEPRECATED.rst 247 B

1234567
  1. CMAKE_ERROR_DEPRECATED
  2. ----------------------
  3. Whether to issue errors for deprecated functionality.
  4. If ``TRUE``, use of deprecated functionality will issue fatal errors.
  5. If this variable is not set, CMake behaves as if it were set to ``FALSE``.