mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06: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