mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
class cmVariableRequiresCommand : public cmCommand
|
||||
{
|
||||
public:
|
||||
cmTypeMacro(cmVariableRequiresCommand, cmCommand);
|
||||
cmCommand* Clone() CM_OVERRIDE { return new cmVariableRequiresCommand; }
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) CM_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user