summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
diff options
context:
space:
mode:
authorMichael Scott <michael.scott250@gmail.com>2015-11-29 12:39:03 (GMT)
committerBrad King <brad.king@kitware.com>2015-12-01 14:40:43 (GMT)
commit07388f83b69739116c8364e9443f10158fcdc912 (patch)
treeecd6ab97971a063dabd853908754874d5f3baa0b /Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
parent246b0bfbfda9a8f3091fc34fc92816aebaf60ae9 (diff)
downloadCMake-07388f83b69739116c8364e9443f10158fcdc912.zip
CMake-07388f83b69739116c8364e9443f10158fcdc912.tar.gz
CMake-07388f83b69739116c8364e9443f10158fcdc912.tar.bz2
Refactor the -W options parser to be generic.
Refactor the -Wdev and -Wno-dev options parser to use a generic -W parser that follows the GCC pattern, excluding support for -Werror=TYPE and -Wno-error=TYPE formats for now.
Diffstat (limited to 'Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt')
-rw-r--r--Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt b/Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
new file mode 100644
index 0000000..0c0f613
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
@@ -0,0 +1,2 @@
+CMake Error: -W must be followed with \[no-\]<name>.
+CMake Error: Problem processing arguments. Aborting.