Merge topic 'use_normal_ouput_with_chdir'
4ddd3b9
Use OUTPUT_NORMAL instead of OUTPUT_MERGE for cmake -E chdir.
This commit is contained in:
commit
e93d9c5c2b
|
@ -1421,7 +1421,7 @@ int cmake::ExecuteCMakeCommand(std::vector<std::string>& args)
|
|||
int retval = 0;
|
||||
int timeout = 0;
|
||||
if ( cmSystemTools::RunSingleCommand(command.c_str(), 0, &retval,
|
||||
directory.c_str(), cmSystemTools::OUTPUT_MERGE, timeout) )
|
||||
directory.c_str(), cmSystemTools::OUTPUT_NORMAL, timeout) )
|
||||
{
|
||||
return retval;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue