mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 14:20:27 +00:00
ENH: add cmake output to build and test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user