summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-14 19:48:34 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-15 13:08:57 (GMT)
commit85c2626babf40d704f133fe49506d25f0a674b5f (patch)
tree1c039701608f5eb18a26dd1708578bc90a1ff24c /Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt
parentcdc53b62c20605467334ecb80c474533e04ff26c (diff)
downloadCMake-85c2626babf40d704f133fe49506d25f0a674b5f.zip
CMake-85c2626babf40d704f133fe49506d25f0a674b5f.tar.gz
CMake-85c2626babf40d704f133fe49506d25f0a674b5f.tar.bz2
Deprecate Visual Studio 6 generator
Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
Diffstat (limited to 'Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt')
-rw-r--r--Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt b/Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt
new file mode 100644
index 0000000..1b6a510
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/DeprecateVS6-WARN-ON-stderr.txt
@@ -0,0 +1,5 @@
+^CMake Warning:
+ The "Visual Studio 6" generator is deprecated and will be removed in a
+ future version of CMake.
+
+ Add CMAKE_WARN_VS6=OFF to the cache to disable this warning.$