mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
BUG: fix for bug 323
This commit is contained in:
@@ -2359,6 +2359,14 @@ int cmCTest::RunMakeCommand(const char* command, std::string* output,
|
||||
{
|
||||
if ( output )
|
||||
{
|
||||
for(int cc =0; cc < length; ++cc)
|
||||
{
|
||||
if(data[cc] == 0)
|
||||
{
|
||||
data[cc] = '\n';
|
||||
}
|
||||
}
|
||||
|
||||
output->append(data, length);
|
||||
if ( !verbose )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user