mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
cmMakefile: Fix typo in comment
This commit is contained in:
@@ -2174,7 +2174,7 @@ cmMakefile::GetSourceGroup(const std::vector<std::string>&name) const
|
|||||||
{
|
{
|
||||||
cmSourceGroup* sg = 0;
|
cmSourceGroup* sg = 0;
|
||||||
|
|
||||||
// first look for source group starting with the same as the one we wants
|
// first look for source group starting with the same as the one we want
|
||||||
for (std::vector<cmSourceGroup>::const_iterator
|
for (std::vector<cmSourceGroup>::const_iterator
|
||||||
sgIt = this->SourceGroups.begin();
|
sgIt = this->SourceGroups.begin();
|
||||||
sgIt != this->SourceGroups.end(); ++sgIt)
|
sgIt != this->SourceGroups.end(); ++sgIt)
|
||||||
|
Reference in New Issue
Block a user