summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
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;