Explorar o código

Fix compile problem

Andy Cedilnik %!s(int64=23) %!d(string=hai) anos
pai
achega
7dbff46638
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmTryRunCommand.cxx

+ 1 - 1
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, false);
+      cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal, 0, false);
       // set the run var
       char retChar[1000];
       sprintf(retChar,"%i",retVal);