diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
commit | e2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch) | |
tree | 51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmEndIfCommand.cxx | |
parent | ec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff) | |
download | CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.zip CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.gz CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.bz2 |
ENH: move changes from main tree
Diffstat (limited to 'Source/cmEndIfCommand.cxx')
-rw-r--r-- | Source/cmEndIfCommand.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx index a16403e..8fe3a1b 100644 --- a/Source/cmEndIfCommand.cxx +++ b/Source/cmEndIfCommand.cxx @@ -25,7 +25,9 @@ bool cmEndIfCommand::InitialPass(std::vector<std::string> const&) return true; } - this->SetError("An ENDIF command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command."); + this->SetError("An ENDIF command was found outside of a proper " + "IF ENDIF structure. Or its arguments did not match " + "the opening IF command."); return false; } |