From 7dbff466389f58db2be556f03f32f55a9bb8c92a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 19 Sep 2002 11:06:22 -0400 Subject: Fix compile problem --- Source/cmTryRunCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index 88e26a1..84e8e3a 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -89,7 +89,7 @@ bool cmTryRunCommand::InitialPass(std::vector const& argv) finalCommand = cmSystemTools::ConvertToOutputPath(fullPath.c_str()); finalCommand += runArgs; } - cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal, false); + cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal, 0, false); // set the run var char retChar[1000]; sprintf(retChar,"%i",retVal); -- cgit v0.12