diff options
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; + //} } |