diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-11 15:08:46 +1000 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-15 11:06:51 -0400 |
commit | 680fe820c60f84cc0b11dd3b0cbaefc111040f03 (patch) | |
tree | 22342ce130b3f60af72aa86a83abbf794b4fd7d9 | |
parent | 7ad89f8fb1eeff46e7a636756145b1fb8d6cc9fb (diff) | |
download | cmake-680fe820c60f84cc0b11dd3b0cbaefc111040f03.tar.gz |
Help: A missing cross-reference to --compile-no-warning-as-error
-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 32fdcd4a64..19323cb39b 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 ``--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 |