diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-21 17:59:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:53 (GMT) |
commit | 4c41e74da58b6f1057466e7eaa22942dc62c8802 (patch) | |
tree | ab7a818a41af9a6d3788c3cca3760ca24b758c63 /Source/cmLocalGenerator.cxx | |
parent | 67b2f4312c431eb363dd94a2bb5d88cc6c8a7c95 (diff) | |
download | CMake-4c41e74da58b6f1057466e7eaa22942dc62c8802.zip CMake-4c41e74da58b6f1057466e7eaa22942dc62c8802.tar.gz CMake-4c41e74da58b6f1057466e7eaa22942dc62c8802.tar.bz2 |
Use cmLocalGenerator at generate-time.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 2166c09..c37417d 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -2140,7 +2140,7 @@ void cmLocalGenerator "has the following visibility properties set for " << lang << ":\n" << warnCMP0063 << "For compatibility CMake is not honoring them for this target."; - target->Target->GetMakefile()->GetCMakeInstance() + target->GetLocalGenerator()->GetCMakeInstance() ->IssueMessage(cmake::AUTHOR_WARNING, w.str(), target->GetBacktrace()); } |