summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorMichael Scott <michael.scott250@gmail.com>2015-11-01 16:05:15 (GMT)
committerBrad King <brad.king@kitware.com>2015-11-30 20:00:08 (GMT)
commitaa427a4239eb691d4129ebc383ab7b0d61b5b94e (patch)
tree0380789a4768f8ea7276bc0f107ff3b11f127117 /Tests
parent2218962dbdc7f552a076978a0393433091aa35c4 (diff)
downloadCMake-aa427a4239eb691d4129ebc383ab7b0d61b5b94e.zip
CMake-aa427a4239eb691d4129ebc383ab7b0d61b5b94e.tar.gz
CMake-aa427a4239eb691d4129ebc383ab7b0d61b5b94e.tar.bz2
Tests: Revise message in RunCMake.CommandLine -Wdev case
Use more prose-like capitalization.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/CommandLine/Wdev-stderr.txt2
-rw-r--r--Tests/RunCMake/CommandLine/Wdev.cmake2
-rw-r--r--Tests/RunCMake/CommandLine/Wno-dev.cmake2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tests/RunCMake/CommandLine/Wdev-stderr.txt b/Tests/RunCMake/CommandLine/Wdev-stderr.txt
index 92c1d23..88cfb3a 100644
--- a/Tests/RunCMake/CommandLine/Wdev-stderr.txt
+++ b/Tests/RunCMake/CommandLine/Wdev-stderr.txt
@@ -1,5 +1,5 @@
^CMake Warning \(dev\) at Wdev.cmake:1 \(message\):
- Some Author Warning
+ Some author warning
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
diff --git a/Tests/RunCMake/CommandLine/Wdev.cmake b/Tests/RunCMake/CommandLine/Wdev.cmake
index e5026ef..756f31e 100644
--- a/Tests/RunCMake/CommandLine/Wdev.cmake
+++ b/Tests/RunCMake/CommandLine/Wdev.cmake
@@ -1,4 +1,4 @@
-message(AUTHOR_WARNING "Some Author Warning")
+message(AUTHOR_WARNING "Some author warning")
# with -Wdev this will also cause an AUTHOR_WARNING message, checks that
# messages issued outside of the message command, by other CMake commands, also
diff --git a/Tests/RunCMake/CommandLine/Wno-dev.cmake b/Tests/RunCMake/CommandLine/Wno-dev.cmake
index d81b858..802b435 100644
--- a/Tests/RunCMake/CommandLine/Wno-dev.cmake
+++ b/Tests/RunCMake/CommandLine/Wno-dev.cmake
@@ -1,4 +1,4 @@
-message(AUTHOR_WARNING "Some Author Warning")
+message(AUTHOR_WARNING "Some author warning")
# without -Wno-dev this will also cause an AUTHOR_WARNING message, checks that
# messages issued outside of the message command, by other CMake commands, also