diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-11 05:08:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-15 15:08:38 (GMT) |
commit | bba3ec96b026fd944cb3857ad9944a55839836e0 (patch) | |
tree | e2182195b246e71ffdb356df2b1012b054de80f7 /Help/prop_tgt | |
parent | 2c1a746343ab798640317ed415ea97416cf49599 (diff) | |
download | CMake-bba3ec96b026fd944cb3857ad9944a55839836e0.zip CMake-bba3ec96b026fd944cb3857ad9944a55839836e0.tar.gz CMake-bba3ec96b026fd944cb3857ad9944a55839836e0.tar.bz2 |
Help: A missing cross-reference to --compile-no-warning-as-error
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst b/Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst index 32fdcd4..684b9dd 100644 --- a/Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst +++ b/Help/prop_tgt/COMPILE_WARNING_AS_ERROR.rst @@ -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 :option:`cmake --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 |