ERR: missing std:: on cout.
This commit is contained in:
parent
0093fc02a2
commit
79b7d8a112
|
@ -107,7 +107,7 @@ int main(int ac, char** av)
|
||||||
cmCacheManager::GetInstance()->SaveCache(&mf);
|
cmCacheManager::GetInstance()->SaveCache(&mf);
|
||||||
if(makeCache)
|
if(makeCache)
|
||||||
{
|
{
|
||||||
cmCacheManager::GetInstance()->PrintCache(cout);
|
cmCacheManager::GetInstance()->PrintCache(std::cout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(cmSystemTools::GetErrorOccuredFlag())
|
if(cmSystemTools::GetErrorOccuredFlag())
|
||||||
|
|
Loading…
Reference in New Issue