diff options
Diffstat (limited to 'Source/CPack/cmCPackProductBuildGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackProductBuildGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackProductBuildGenerator.h b/Source/CPack/cmCPackProductBuildGenerator.h index 462e2fc..8f169b0 100644 --- a/Source/CPack/cmCPackProductBuildGenerator.h +++ b/Source/CPack/cmCPackProductBuildGenerator.h @@ -8,6 +8,7 @@ #include "cmCPackGenerator.h" #include "cmCPackPKGGenerator.h" +#include "cmProperty.h" class cmCPackComponent; @@ -45,6 +46,5 @@ protected: const std::string& packageDir, const cmCPackComponent* component); - const char* GetComponentScript(const char* script, - const char* script_component); + cmProp GetComponentScript(const char* script, const char* script_component); }; |