Help: A missing cross-reference to --compile-no-warning-as-error

This commit is contained in:
Craig Scott
2022-08-11 15:08:46 +10:00
committed by Brad King
parent 7ad89f8fb1
commit 680fe820c6

View File

@@ -5,6 +5,8 @@ COMPILE_WARNING_AS_ERROR
Specify whether to treat warnings on compile as errors.
If enabled, adds a flag to treat warnings on compile as errors.
If the ``--compile-no-warning-as-error`` option is given on the
:manual:`cmake(1)` command line, this property is ignored.
This property is not implemented for all compilers. It is silently ignored
if there is no implementation for the compiler being used. The currently