summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-08-29 16:55:11 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-08-29 16:55:11 (GMT)
commitbdb530191dba75f8b358367d6da9dd8aa8e763e3 (patch)
treefcef33f6c77ed4d3f497bc86cb652df9d3a7f661 /Source/cmGlobalUnixMakefileGenerator3.h
parent21d7a242fd3bd1a36db6dd7f7e07135ef8271ea4 (diff)
downloadCMake-bdb530191dba75f8b358367d6da9dd8aa8e763e3.zip
CMake-bdb530191dba75f8b358367d6da9dd8aa8e763e3.tar.gz
CMake-bdb530191dba75f8b358367d6da9dd8aa8e763e3.tar.bz2
BUG: bad progress for named top level targets
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 9e78f7a..f074510 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -124,7 +124,8 @@ public:
const char* config, bool ignoreErrors, bool fast);
// returns some progress informaiton
- int GetTargetTotalNumberOfActions(cmTarget& target);
+ int GetTargetTotalNumberOfActions(cmTarget& target,
+ std::set<cmStdString> &emitted);
unsigned long GetNumberOfProgressActionsInAll
(cmLocalUnixMakefileGenerator3 *lg);