mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
ENH: Added optional verbose output to build system dependency check.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user