mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 23:38:33 -05:00
ERR: missing std:: on cout.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int ac, char** av)
|
||||
cmCacheManager::GetInstance()->SaveCache(&mf);
|
||||
if(makeCache)
|
||||
{
|
||||
cmCacheManager::GetInstance()->PrintCache(cout);
|
||||
cmCacheManager::GetInstance()->PrintCache(std::cout);
|
||||
}
|
||||
|
||||
if(cmSystemTools::GetErrorOccuredFlag())
|
||||
|
||||
Reference in New Issue
Block a user