ERR: RunCommand method needed return in unix.
This commit is contained in:
parent
68ac32e60a
commit
09e9a53bb1
|
@ -602,6 +602,7 @@ bool cmSystemTools::RunCommand(const char* command,
|
|||
fgets(buffer, BUFFER_SIZE, cpipe);
|
||||
}
|
||||
fclose(cpipe);
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue