https://github.com/Kitware/CMake
Raw File
Tip revision: 7a04f45722b2cbe51e1586cd84d2c5ad90e759ed authored by Brad King on 06 November 2020, 14:19:57 UTC
CMake 3.19.0-rc3
Tip revision: 7a04f45
CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst
CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS
---------------------------------------

.. versionadded:: 3.4

The maximum number of warnings in a single build step which will be detected.
After this, the :command:`ctest_test` command will truncate the output.
Defaults to 50.

.. include:: CTEST_CUSTOM_XXX.txt
back to top