diff options
Diffstat (limited to 'Source/cmInstallProgramsCommand.h')
-rw-r--r-- | Source/cmInstallProgramsCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index 4c5c370..307bfb9 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h @@ -102,6 +102,7 @@ public: cmTypeMacro(cmInstallProgramsCommand, cmCommand); private: + std::string m_TargetName; std::vector<std::string> m_FinalArgs; }; |