mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 13:10:17 -06:00
BUG: Display string not some weird pointer
This commit is contained in:
@@ -4513,7 +4513,7 @@ int cmCTest::RunCMakeAndTest(std::string* outstring)
|
||||
else
|
||||
{
|
||||
std::cerr << "Building of project failed\n";
|
||||
std::cerr << out << output << "\n";
|
||||
std::cerr << out.str() << output << "\n";
|
||||
}
|
||||
// return to the original directory
|
||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||
|
||||
Reference in New Issue
Block a user