diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-22 18:22:46 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-22 18:22:46 (GMT) |
commit | d774cd7c2be90f55b6d198ab147776a4303ca703 (patch) | |
tree | 4d5924ea4bebc1ad6f88b716c6324e380e5a7a8c /Source/cmNMakeMakefileGenerator.h | |
parent | bf228b05c795adaa206f8ef9858068c54aeb44b3 (diff) | |
download | CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.zip CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.gz CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.bz2 |
ENH: make CMake less verbose/precious
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmNMakeMakefileGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h index 06f3c1c..e3d8b03 100644 --- a/Source/cmNMakeMakefileGenerator.h +++ b/Source/cmNMakeMakefileGenerator.h @@ -49,7 +49,8 @@ protected: virtual void BuildInSubDirectory(std::ostream& fout, const char* directory, const char* target1, - const char* target2); + const char* target2, + bool silent = false); void OutputMakeRule(std::ostream& fout, const char* comment, const char* target, |