summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-19 15:01:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-19 15:01:21 (GMT)
commit8f74db57a548e806f237fd618a435ba44f307207 (patch)
treee3359a5e6435635e1169fb31b40a0dc615fb1932 /Source
parent5eeb0793ae2e9195901400632fb694d0f3063bd9 (diff)
downloadCMake-8f74db57a548e806f237fd618a435ba44f307207.zip
CMake-8f74db57a548e806f237fd618a435ba44f307207.tar.gz
CMake-8f74db57a548e806f237fd618a435ba44f307207.tar.bz2
minor cleanup
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTryRunCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx
index d65015d..88e26a1 100644
--- a/Source/cmTryRunCommand.cxx
+++ b/Source/cmTryRunCommand.cxx
@@ -89,7 +89,7 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
finalCommand = cmSystemTools::ConvertToOutputPath(fullPath.c_str());
finalCommand += runArgs;
}
- cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal);
+ cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal, false);
// set the run var
char retChar[1000];
sprintf(retChar,"%i",retVal);