CMP0050: Remove support for OLD behavior

This commit is contained in:
Brad King
2025-01-19 09:41:03 -05:00
parent 9f6011e307
commit 6973f8304e
29 changed files with 18 additions and 226 deletions
-6
View File
@@ -235,12 +235,6 @@ public:
void AddCustomCommandToOutput(
std::unique_ptr<cmCustomCommand> cc,
const CommandSourceCallback& callback = nullptr, bool replace = false);
void AddCustomCommandOldStyle(const std::string& target,
const std::vector<std::string>& outputs,
const std::vector<std::string>& depends,
const std::string& source,
const cmCustomCommandLines& commandLines,
const char* comment);
void AppendCustomCommandToOutput(
const std::string& output, const std::vector<std::string>& depends,
const cmImplicitDependsList& implicit_depends,