summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-02-08 20:37:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-02-08 20:37:54 (GMT)
commitccdca713322bd88092a93f62d5534ad9932b8feb (patch)
tree1fe8154e6ee543f217fff324989de8b7468053c2 /Source/cmAddCustomCommandCommand.cxx
parent55dd61946b6957e27c65690a0fe20ad4480a4cd5 (diff)
downloadCMake-ccdca713322bd88092a93f62d5534ad9932b8feb.zip
CMake-ccdca713322bd88092a93f62d5534ad9932b8feb.tar.gz
CMake-ccdca713322bd88092a93f62d5534ad9932b8feb.tar.bz2
ENH: fix broken tests
Diffstat (limited to 'Source/cmAddCustomCommandCommand.cxx')
-rw-r--r--Source/cmAddCustomCommandCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx
index 15df8ed..845a268 100644
--- a/Source/cmAddCustomCommandCommand.cxx
+++ b/Source/cmAddCustomCommandCommand.cxx
@@ -211,7 +211,6 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
this->SetError(msg.str().c_str());
return false;
}
-
// Choose which mode of the command to use.
if(source.empty() && output.empty())
{