Produce only one output
This commit is contained in:
parent
3997fdeec3
commit
047acd0c6f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user