diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:46:45 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:46:45 (GMT) |
commit | 2af47105250a8a502eb5a3cbe18e1d77d11ec590 (patch) | |
tree | 0c47964082eeb7975bc6e8769d092103bb29f8a7 /Source/cmForEachCommand.cxx | |
parent | afbc5743566b31f5270fa0ebabc395ad851e5359 (diff) | |
download | CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.zip CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.tar.gz CMake-2af47105250a8a502eb5a3cbe18e1d77d11ec590.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r-- | Source/cmForEachCommand.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx index e2dce93c..fe53b12 100644 --- a/Source/cmForEachCommand.cxx +++ b/Source/cmForEachCommand.cxx @@ -87,7 +87,9 @@ ShouldRemove(const cmListFileFunction& lff, cmMakefile& mf) void cmForEachFunctionBlocker:: ScopeEnded(cmMakefile &mf) { - cmSystemTools::Error("The end of a CMakeLists file was reached with a FOREACH statement that was not closed properly. Within the directory: ", + cmSystemTools::Error("The end of a CMakeLists file was reached with a " + "FOREACH statement that was not closed properly. " + "Within the directory: ", mf.GetCurrentDirectory()); } |