mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 16:39:44 -06:00
Add missing namespace
This commit is contained in:
@@ -191,7 +191,7 @@ void ctest::Finalize()
|
||||
}
|
||||
}
|
||||
std::string testxml = testingDir + "/Test.xml";
|
||||
ofstream ofs(testxml.c_str());
|
||||
std::ofstream ofs(testxml.c_str());
|
||||
if( !ofs )
|
||||
{
|
||||
std::cerr << "Cannot create testing XML file" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user