Don't allow targets args in the new target commands.

This commit is contained in:
Stephen Kelly
2013-01-29 17:43:28 +01:00
parent b3a7e19ee4
commit f6b16d4b06
9 changed files with 16 additions and 74 deletions

View File

@@ -81,11 +81,6 @@ private:
virtual void HandleImportedTarget(const std::string &tgt);
virtual void HandleMissingTarget(const std::string &name);
virtual bool HandleNonTargetArg(std::string &content,
const std::string &sep,
const std::string &entry,
const std::string &tgt);
virtual void HandleDirectContent(cmTarget *tgt, const std::string &content,
bool prepend);
};