diff options
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r-- | Source/cmWhileCommand.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmWhileCommand.cxx b/Source/cmWhileCommand.cxx index 38cb9ba..012018e 100644 --- a/Source/cmWhileCommand.cxx +++ b/Source/cmWhileCommand.cxx @@ -77,8 +77,10 @@ ShouldRemove(const cmListFileFunction& lff, cmMakefile& ) void cmWhileFunctionBlocker:: ScopeEnded(cmMakefile &mf) { - cmSystemTools::Error("The end of a CMakeLists file was reached with a WHILE statement that was not closed properly. Within the directory: ", - mf.GetCurrentDirectory()); + cmSystemTools::Error( + "The end of a CMakeLists file was reached with a WHILE statement that " + "was not closed properly. Within the directory: ", + mf.GetCurrentDirectory()); } bool cmWhileCommand::InvokeInitialPass( |