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:
@@ -32,8 +32,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "target_link_libraries"; }
|
||||
|
||||
cmTypeMacro(cmTargetLinkLibrariesCommand, cmCommand);
|
||||
|
||||
private:
|
||||
void LinkLibraryTypeSpecifierWarning(int left, int right);
|
||||
static const char* LinkLibraryTypeNames[3];
|
||||
|
||||
Reference in New Issue
Block a user