Produce only one output

This commit is contained in:
Ken Martin 2002-10-02 11:14:19 -04:00
parent 3997fdeec3
commit 047acd0c6f
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
int retval = 0;
if ( cmSystemTools::RunCommand(command.c_str(), output, retval,
directory.c_str(), true) )
directory.c_str(), false) )
{
std::cout << output.c_str();
return retval;