mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 16:38:42 +00:00
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…
x
Reference in New Issue
Block a user