mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
class cmConfigureFileCommand : public cmCommand
|
||||
{
|
||||
public:
|
||||
cmTypeMacro(cmConfigureFileCommand, cmCommand);
|
||||
|
||||
cmCommand* Clone() CM_OVERRIDE { return new cmConfigureFileCommand; }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user