summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/Wno-deprecated.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-12-02 13:42:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-12-02 13:42:06 (GMT)
commit3fa2fc71b119751bc915f0068d2046667fdefd32 (patch)
tree19a4793166b562bdd0478289702d1abf39e4bf00 /Tests/RunCMake/CommandLine/Wno-deprecated.cmake
parentda78a1648fd5d4452a98c46eb9af486d16c43c9a (diff)
parentaac633d5e5765bb6b51e31364325ae7d916f021c (diff)
downloadCMake-3fa2fc71b119751bc915f0068d2046667fdefd32.zip
CMake-3fa2fc71b119751bc915f0068d2046667fdefd32.tar.gz
CMake-3fa2fc71b119751bc915f0068d2046667fdefd32.tar.bz2
Merge topic 'cmake-W-options'
aac633d5 Explicitly enable deprecated warnings by default. e8974b62 Modify dev warning options to affect deprecated warnings. b146747e Consistent documentation for deprecation message variables. da688bcb Add -W options to control deprecated warning messages. 07388f83 Refactor the -W options parser to be generic. 246b0bfb Explicitly enable author (dev) warnings by default. deec3a3f Make message suppression more consistent. aa427a42 Tests: Revise message in RunCMake.CommandLine -Wdev case
Diffstat (limited to 'Tests/RunCMake/CommandLine/Wno-deprecated.cmake')
-rw-r--r--Tests/RunCMake/CommandLine/Wno-deprecated.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/Wno-deprecated.cmake b/Tests/RunCMake/CommandLine/Wno-deprecated.cmake
new file mode 100644
index 0000000..3142b42
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/Wno-deprecated.cmake
@@ -0,0 +1 @@
+message(DEPRECATION "Some deprecated warning")