diff options
author | Brad King <brad.king@kitware.com> | 2005-05-06 09:58:58 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-05-06 09:58:58 -0400 |
commit | e8911705d6a790904f0c98f303de6ae370c60595 (patch) | |
tree | 3d612ebce8ed229dcb773797a8fc709005197df1 /Source/cmDependsJava.h | |
parent | 6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a (diff) | |
download | cmake-e8911705d6a790904f0c98f303de6ae370c60595.tar.gz |
ENH: Added optional verbose output to build system dependency check.
Diffstat (limited to 'Source/cmDependsJava.h')
-rw-r--r-- | Source/cmDependsJava.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJava.h b/Source/cmDependsJava.h index 4904fe1e33..579dad2430 100644 --- a/Source/cmDependsJava.h +++ b/Source/cmDependsJava.h @@ -27,7 +27,7 @@ class cmDependsJava: public cmDepends public: /** Checking instances need to know the build directory name and the relative path from the build directory to the target file. */ - cmDependsJava(const char* dir, const char* targetFile); + cmDependsJava(const char* dir, const char* targetFile, bool verbose); /** Scanning need to know the build directory name, the relative path from the build directory to the target file and the source |