diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-12 18:43:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-12 18:43:15 (GMT) |
commit | b7e2fe83f849e5876a51f210f9a7654b8fcc00dd (patch) | |
tree | 1433eab91e3898e6f6523a94a16b6c69e3d362ec /Source/cmakemain.cxx | |
parent | 8b1456e7fd281560d95af3a53261255b4183aa06 (diff) | |
download | CMake-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.cxx | 4 |
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; + //} } |