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
080489b8
Commit
080489b8
authored
Jun 06, 2015
by
Stephen Kelly
Browse files
cmMakefile: Use member directly instead of through method.
This function will not be around much longer anyway.
parent
8bfaadfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
080489b8
...
...
@@ -105,7 +105,7 @@ public:
++
it
;
if
(
it
==
this
->
VarStack
.
rend
())
{
cmLocalGenerator
*
plg
=
mf
->
Get
LocalGenerator
()
->
GetParent
();
cmLocalGenerator
*
plg
=
mf
->
LocalGenerator
->
GetParent
();
if
(
!
plg
)
{
return
false
;
...
...
Write
Preview
Markdown
is supported
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