summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2003-04-24 17:25:42 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2003-04-24 17:25:42 (GMT)
commit069ccd82f778277f972987041a2a8e4f6aef007d (patch)
tree56c7138f27fea1a0b960fe4c7bdbef9fd86636ec /Source/cmSystemTools.cxx
parentd0374eccad8d6f1784742889eec5670670bb9aa0 (diff)
downloadCMake-069ccd82f778277f972987041a2a8e4f6aef007d.zip
CMake-069ccd82f778277f972987041a2a8e4f6aef007d.tar.gz
CMake-069ccd82f778277f972987041a2a8e4f6aef007d.tar.bz2
minor fix
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
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);