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