summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-29 15:49:27 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-29 18:15:01 (GMT)
commit22dab6eb96438b8563079c44d00c520df5b04a6e (patch)
tree89da2b615d0fba53f87c73c264a8a3f6eac3021f /Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt
parent9251205512c49bbdda5d82f48126dc5b8e79d70f (diff)
downloadCMake-22dab6eb96438b8563079c44d00c520df5b04a6e.zip
CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.gz
CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.bz2
Deprecate Visual Studio 10 2010 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/DeprecateVS10-WARN-ON-stderr.txt')
-rw-r--r--Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt b/Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt
new file mode 100644
index 0000000..202ef80
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/DeprecateVS10-WARN-ON-stderr.txt
@@ -0,0 +1,5 @@
+^CMake Warning:
+ The "Visual Studio 10 2010" generator is deprecated and will be removed in
+ a future version of CMake.
+
+ Add CMAKE_WARN_VS10=OFF to the cache to disable this warning.$