blob: 56dc6a60cdd69f37d6da48cf1ce293b6b58bb1a8 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|