mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -37,8 +37,6 @@ public:
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "enable_testing"; }
|
||||
|
||||
cmTypeMacro(cmEnableTestingCommand, cmCommand);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user