diff options
Diffstat (limited to 'Help/release/dev/werror-property.rst')
-rw-r--r-- | Help/release/dev/werror-property.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Help/release/dev/werror-property.rst b/Help/release/dev/werror-property.rst deleted file mode 100644 index 84c825f..0000000 --- a/Help/release/dev/werror-property.rst +++ /dev/null @@ -1,13 +0,0 @@ -werror-property ---------------- - -* Added the Target Property :prop_tgt:`COMPILE_WARNING_AS_ERROR` and the - Variable :variable:`CMAKE_COMPILE_WARNING_AS_ERROR` which initializes the - Target Property. If :prop_tgt:`COMPILE_WARNING_AS_ERROR` is true, it expands - to a different flag depending on the compiler such that any warnings at - compile will be treated as errors. - -* :manual:`cmake(1)` gained the command-line option - ``--compile-no-warning-as-error`` which causes the values of - the :prop_tgt:`COMPILE_WARNING_AS_ERROR` target property and - :variable:`CMAKE_COMPILE_WARNING_AS_ERROR` variable to be ignored. |