diff options
Diffstat (limited to 'Source/cmFindProgramCommand.h')
-rw-r--r-- | Source/cmFindProgramCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFindProgramCommand.h b/Source/cmFindProgramCommand.h index 8aa7ee9..4b6d58c 100644 --- a/Source/cmFindProgramCommand.h +++ b/Source/cmFindProgramCommand.h @@ -71,6 +71,8 @@ public: return "FIND_PROGRAM(NAME executable1 executable2 ...)"; } + + cmTypeMacro(cmFindProgramCommand, cmCommand); }; |