diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 15:38:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 15:38:19 (GMT) |
commit | fe9714e2f0feebc21e485676fcb779b610e59451 (patch) | |
tree | 969ef57f7db2af78af7eed4fa9bc79903f89cedb /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 95e2b6070f6e5fed061071b7a00a2cdd706cdf50 (diff) | |
download | CMake-fe9714e2f0feebc21e485676fcb779b610e59451.zip CMake-fe9714e2f0feebc21e485676fcb779b610e59451.tar.gz CMake-fe9714e2f0feebc21e485676fcb779b610e59451.tar.bz2 |
ENH: fix static build of vtk with cmake by having custom targets chain depend information
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 6fc4f5f..a17c389 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -108,7 +108,7 @@ protected: void AppendGlobalTargetDepends(std::vector<std::string>& depends, cmTarget& target); void AppendAnyGlobalDepend(std::vector<std::string>& depends, - const char* name); + const char* name, std::set<cmStdString>& emitted); // does this generator need a requires step for any of its targets bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg); |