summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-02-12 18:43:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-02-12 18:43:15 (GMT)
commitb7e2fe83f849e5876a51f210f9a7654b8fcc00dd (patch)
tree1433eab91e3898e6f6523a94a16b6c69e3d362ec /Source/cmakemain.cxx
parent8b1456e7fd281560d95af3a53261255b4183aa06 (diff)
downloadCMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.zip
CMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.tar.gz
CMake-b7e2fe83f849e5876a51f210f9a7654b8fcc00dd.tar.bz2
Try to fix update
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 96112bc..289f82e 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -80,4 +80,8 @@ void updateProgress(const char *msg, float prog, void*)
{
std::cout << "-- " << msg << std::endl;
}
+ //else
+ //{
+ //std::cout << "-- " << msg << " " << prog << std::endl;
+ //}
}