diff options
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index aebc086..f82f9df 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -111,7 +111,9 @@ protected: void AppendGlobalTargetDepends(std::vector<std::string>& depends, cmTarget& target); void AppendAnyGlobalDepend(std::vector<std::string>& depends, - const char* name, std::set<cmStdString>& emitted); + const char* name, + std::set<cmStdString>& emitted, + cmTarget &target); // does this generator need a requires step for any of its targets bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg, const char *); |