mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
cmMakefile: Fix style
This commit is contained in:
@@ -2207,7 +2207,7 @@ void cmMakefile::AddSourceGroup(const std::string& name,
|
||||
{
|
||||
std::vector<std::string> nameVector;
|
||||
nameVector.push_back(name);
|
||||
AddSourceGroup(nameVector, regex);
|
||||
this->AddSourceGroup(nameVector, regex);
|
||||
}
|
||||
|
||||
void cmMakefile::AddSourceGroup(const std::vector<std::string>& name,
|
||||
|
Reference in New Issue
Block a user