summaryrefslogtreecommitdiffstats
path: root/Source/CMakeBuildTargets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMakeBuildTargets.cxx')
-rw-r--r--Source/CMakeBuildTargets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeBuildTargets.cxx b/Source/CMakeBuildTargets.cxx
index 8b6adba..85e4d38 100644
--- a/Source/CMakeBuildTargets.cxx
+++ b/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())