summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-10-02 15:14:19 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-10-02 15:14:19 (GMT)
commit047acd0c6f6acc004f12e3ad7fa4461688ca7b1f (patch)
treee5d415314fd208cd7bc4181c5802bb003bd40844 /Source/cmake.cxx
parent3997fdeec3a8e447724f1e1d092fd17322a6ad5a (diff)
downloadCMake-047acd0c6f6acc004f12e3ad7fa4461688ca7b1f.zip
CMake-047acd0c6f6acc004f12e3ad7fa4461688ca7b1f.tar.gz
CMake-047acd0c6f6acc004f12e3ad7fa4461688ca7b1f.tar.bz2
Produce only one output
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index e68c3f4..b92da95 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -555,7 +555,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
int retval = 0;
if ( cmSystemTools::RunCommand(command.c_str(), output, retval,
- directory.c_str(), true) )
+ directory.c_str(), false) )
{
std::cout << output.c_str();
return retval;