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:
@@ -39,8 +39,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "string"; }
|
||||
|
||||
cmTypeMacro(cmStringCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
bool HandleConfigureCommand(std::vector<std::string> const& args);
|
||||
bool HandleAsciiCommand(std::vector<std::string> const& args);
|
||||
|
||||
Reference in New Issue
Block a user