mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 10:02:44 +00:00
ENH: add cmake output to build and test
This commit is contained in:
parent
a3836e09a2
commit
2ddf9ad56a
@ -117,6 +117,9 @@ int cmCTestBuildAndTestHandler::RunCMake(std::string* outstring,
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
out << "======== CMake output ======\n";
|
||||
out << cmakeOutString;
|
||||
out << "======== End CMake output ======\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user