diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-12 17:11:27 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-12 17:11:27 (GMT) |
commit | ed54b93533c00d4f4ecbbbb7dfe82d7c238b30a5 (patch) | |
tree | 42df7d2e5b0918398b5d2eab70dfa009c164fc7e /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 6bdff065941d020ea9e61fe19daa810cce653c04 (diff) | |
download | CMake-ed54b93533c00d4f4ecbbbb7dfe82d7c238b30a5.zip CMake-ed54b93533c00d4f4ecbbbb7dfe82d7c238b30a5.tar.gz CMake-ed54b93533c00d4f4ecbbbb7dfe82d7c238b30a5.tar.bz2 |
ENH: added progress for subdir all targets and fixed compiler waring
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 5674790..7744e1b 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -80,6 +80,7 @@ public: // write the progress variables used by the makefiles void WriteProgressVariables(unsigned long total, unsigned long ¤t); + void WriteAllProgressVariable(); /** * If true, then explicitly pass MAKEFLAGS on the make all target for makes |