diff options
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.cxx b/Source/cmSetTargetPropertiesCommand.cxx index 41fce79..abf3daf 100644 --- a/Source/cmSetTargetPropertiesCommand.cxx +++ b/Source/cmSetTargetPropertiesCommand.cxx @@ -69,7 +69,7 @@ bool cmSetTargetPropertiesCommand::InitialPass( return false; } - cmTargets& targets = m_Makefile->GetTargets(); + cmTargets& targets = this->Makefile->GetTargets(); // now loop over all the targets int i; unsigned int k; |