diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-05-29 15:50:33 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-05-29 15:50:33 (GMT) |
commit | 0b4375daf28222c336c15c5e8af6695575dac02d (patch) | |
tree | aa89f36976744c032635c682faec8ac35c2ddd2c /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 535d76d27617cc54e355792eea12f106873a8531 (diff) | |
download | CMake-0b4375daf28222c336c15c5e8af6695575dac02d.zip CMake-0b4375daf28222c336c15c5e8af6695575dac02d.tar.gz CMake-0b4375daf28222c336c15c5e8af6695575dac02d.tar.bz2 |
BUG: improve progress reporting when there are multiple targets with the same name, bug# 7042
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 cf80599..bce1b37 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -115,7 +115,7 @@ public: // returns some progress informaiton int GetTargetTotalNumberOfActions(cmTarget & target, - std::set<cmStdString> &emitted); + std::set<cmTarget *> &emitted); unsigned long GetNumberOfProgressActionsInAll (cmLocalUnixMakefileGenerator3 *lg); |