From 047acd0c6f6acc004f12e3ad7fa4461688ca7b1f Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 2 Oct 2002 11:14:19 -0400 Subject: [PATCH] Produce only one output --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index e68c3f4c1..b92da9596 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -555,7 +555,7 @@ int cmake::CMakeCommand(std::vector& 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;