diff options
Diffstat (limited to 'Source/cmAuxSourceDirectoryCommand.h')
-rw-r--r-- | Source/cmAuxSourceDirectoryCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmAuxSourceDirectoryCommand.h b/Source/cmAuxSourceDirectoryCommand.h index cca70dc..9840d8e 100644 --- a/Source/cmAuxSourceDirectoryCommand.h +++ b/Source/cmAuxSourceDirectoryCommand.h @@ -33,8 +33,6 @@ public: * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "aux_source_directory"; } - - cmTypeMacro(cmAuxSourceDirectoryCommand, cmCommand); }; #endif |