summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-25 11:07:46 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-25 11:07:46 -0500
commit269b66d50aba8285f3ad7935141968dd33dcd820 (patch)
treeba593cb08e99de64e1734f3f0b8fa181a42417f8 /Source/cmMessageCommand.cxx
parent0205c6bb1a88909fe373a4b425eab0dc6a7495de (diff)
downloadcmake-269b66d50aba8285f3ad7935141968dd33dcd820.tar.gz
ENH: fix docs, and revert fatal error change
Diffstat (limited to 'Source/cmMessageCommand.cxx')
-rw-r--r--Source/cmMessageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMessageCommand.cxx b/Source/cmMessageCommand.cxx
index fc02f5ad08..e275d75153 100644
--- a/Source/cmMessageCommand.cxx
+++ b/Source/cmMessageCommand.cxx
@@ -72,7 +72,7 @@ bool cmMessageCommand::InitialPass(std::vector<std::string> const& args)
cmSystemTools::Message(message.c_str());
}
}
- if(fatal_error || send_error)
+ if(fatal_error )
{
cmSystemTools::SetFatalErrorOccured();
}