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
Brad King
CMake
Commits
8a2763b3
Commit
8a2763b3
authored
Apr 17, 2013
by
Brad King
💬
Committed by
Kitware Robot
Apr 17, 2013
Browse files
Merge topic 'missing-fclose-in-trycompile'
ce441fac
try_compile: add missing fclose() to recently added error case
parents
5b5a365a
ce441fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCoreTryCompile.cxx
View file @
8a2763b3
...
...
@@ -326,6 +326,7 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv)
{
this
->
Makefile
->
IssueMessage
(
cmake
::
FATAL_ERROR
,
"could not write export file."
);
fclose
(
fout
);
return
-
1
;
}
fprintf
(
fout
,
...
...
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