https://github.com/Kitware/CMake
Raw File
Tip revision: 4be24f031a4829db75b85062cc67125035d8831e authored by Brad King on 04 August 2022, 13:53:57 UTC
CMake 3.24.0
Tip revision: 4be24f0
CMAKE_COMPILE_WARNING_AS_ERROR.rst
CMAKE_COMPILE_WARNING_AS_ERROR
------------------------------

.. versionadded:: 3.24

Specify whether to treat warnings on compile as errors.

This variable is used to initialize the
:prop_tgt:`COMPILE_WARNING_AS_ERROR` property on all the targets.
back to top