diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2003-04-24 17:25:42 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2003-04-24 17:25:42 (GMT) |
commit | 069ccd82f778277f972987041a2a8e4f6aef007d (patch) | |
tree | 56c7138f27fea1a0b960fe4c7bdbef9fd86636ec /Source/cmSystemTools.cxx | |
parent | d0374eccad8d6f1784742889eec5670670bb9aa0 (diff) | |
download | CMake-069ccd82f778277f972987041a2a8e4f6aef007d.zip CMake-069ccd82f778277f972987041a2a8e4f6aef007d.tar.gz CMake-069ccd82f778277f972987041a2a8e4f6aef007d.tar.bz2 |
minor fix
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index fc39f27..218c87d 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1272,7 +1272,6 @@ bool RunCommandViaWin32(const char* command, } if ( !resProc.StartProcess(command, dir, verbose) ) { - std::cout << "Problem starting command" << std::endl; return false; } resProc.Wait(timeout); |