mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 13:18:37 -06:00
cmMakeDepend: Use public cmMakefile API.
This commit is contained in:
@@ -51,7 +51,7 @@ void cmMakeDepend::SetMakefile(cmMakefile* makefile)
|
||||
this->IncludeFileRegularExpression.compile(
|
||||
this->Makefile->GetIncludeRegularExpression());
|
||||
this->ComplainFileRegularExpression.compile(
|
||||
this->Makefile->ComplainFileRegularExpression.c_str());
|
||||
this->Makefile->GetComplainRegularExpression());
|
||||
|
||||
// Now extract any include paths from the targets
|
||||
std::set<std::string> uniqueIncludes;
|
||||
|
||||
Reference in New Issue
Block a user