mirror of
https://github.com/reactos/CMake.git
synced 2025-02-15 09:07:37 +00:00
Fix compile problem
This commit is contained in:
parent
8f74db57a5
commit
7dbff46638
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user