summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_BUILD.txt
diff options
context:
space:
mode:
authorMichael Scott <michael.scott250@gmail.com>2015-11-08 23:34:59 (GMT)
committerBrad King <brad.king@kitware.com>2015-12-01 15:22:45 (GMT)
commite8974b62d7883adf100d4c6ad90a0fbf682aaa91 (patch)
tree0d2c155ab404562b9485211ac61aadfba6355468 /Help/manual/OPTIONS_BUILD.txt
parentb146747ed7f3cee8d8ef9c3ea6899ec3135aa527 (diff)
downloadCMake-e8974b62d7883adf100d4c6ad90a0fbf682aaa91.zip
CMake-e8974b62d7883adf100d4c6ad90a0fbf682aaa91.tar.gz
CMake-e8974b62d7883adf100d4c6ad90a0fbf682aaa91.tar.bz2
Modify dev warning options to affect deprecated warnings.
Change the '-Wdev' and '-Wno-dev' options to also enable and suppress the deprecated warnings output, via the 'CMAKE_WARN_DEPRECATED' CMake variable, by default. This action does not happen if the user specifies a deprecated warning message option. Add tests and update the documentation for the new functionality.
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index eec138c..977264c 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -77,13 +77,14 @@
Suppress developer warnings.
Suppress warnings that are meant for the author of the
- CMakeLists.txt files.
+ CMakeLists.txt files. By default this will also turn off
+ deprecation warnings.
``-Wdev``
Enable developer warnings.
Enable warnings that are meant for the author of the CMakeLists.txt
- files.
+ files. By default this will also turn on deprecation warnings.
``-Wdeprecated``
Enable deprecated functionality warnings.