Tests: Revise message in RunCMake.CommandLine -Wdev case

Use more prose-like capitalization.
This commit is contained in:
Michael Scott 2015-11-01 16:05:15 +00:00 committed by Brad King
parent 2218962dbd
commit aa427a4239
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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