Ver código fonte

ERR: missing std:: on cout.

Bill Lorensen 25 anos atrás
pai
commit
79b7d8a112
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/CMakeBuildTargets.cxx

+ 1 - 1
Source/CMakeBuildTargets.cxx

@@ -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())