mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
cmMakefileTargetGenerator: Fix comment typo
This commit is contained in:
@@ -306,7 +306,7 @@ std::string cmMakefileTargetGenerator::GetFlags(const std::string &l)
|
|||||||
this->LocalGenerator->
|
this->LocalGenerator->
|
||||||
AppendFlags(flags, this->Makefile->GetDefineFlags());
|
AppendFlags(flags, this->Makefile->GetDefineFlags());
|
||||||
|
|
||||||
// Add include directory flags.
|
// Add framework directory flags.
|
||||||
this->LocalGenerator->
|
this->LocalGenerator->
|
||||||
AppendFlags(flags,this->GetFrameworkFlags(l));
|
AppendFlags(flags,this->GetFrameworkFlags(l));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user