Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
09e9a53b
Commit
09e9a53b
authored
May 10, 2001
by
Brad King
Browse files
ERR: RunCommand method needed return in unix.
parent
68ac32e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmSystemTools.cxx
View file @
09e9a53b
...
...
@@ -602,6 +602,7 @@ bool cmSystemTools::RunCommand(const char* command,
fgets
(
buffer
,
BUFFER_SIZE
,
cpipe
);
}
fclose
(
cpipe
);
return
true
;
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment