mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Don't allow targets args in the new target commands.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user