cmMakeDepend: Use public cmMakefile API.

This commit is contained in:
Stephen Kelly 2015-10-21 00:19:09 +02:00
parent 9afbb733ec
commit 3029c27e46
1 changed files with 1 additions and 1 deletions

View File

@ -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;