diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-20 23:17:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-26 14:04:03 (GMT) |
commit | 5a06efda05feda02511592c76134ee8ed3e8b650 (patch) | |
tree | 4bd8dca46fcc5f1af0bb5c92792ab33b103e02f6 /Source/cmMakefile.h | |
parent | ea1bed34b2ba16f3971b90996dc345834f0d9699 (diff) | |
download | CMake-5a06efda05feda02511592c76134ee8ed3e8b650.zip CMake-5a06efda05feda02511592c76134ee8ed3e8b650.tar.gz CMake-5a06efda05feda02511592c76134ee8ed3e8b650.tar.bz2 |
cmMakefile: Remove AddUtilityCommand overload without byproducts
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 5ea2cce..bb88bed 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -264,13 +264,6 @@ public: cmTarget* AddUtilityCommand( const std::string& utilityName, cmCommandOrigin origin, bool excludeFromAll, const char* workingDirectory, - const std::vector<std::string>& depends, - const cmCustomCommandLines& commandLines, bool escapeOldStyle = true, - const char* comment = nullptr, bool uses_terminal = false, - bool command_expand_lists = false, const std::string& job_pool = ""); - cmTarget* AddUtilityCommand( - const std::string& utilityName, cmCommandOrigin origin, - bool excludeFromAll, const char* workingDirectory, const std::vector<std::string>& byproducts, const std::vector<std::string>& depends, const cmCustomCommandLines& commandLines, bool escapeOldStyle = true, |