diff options
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackBundleGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.h b/Source/CPack/cmCPackBundleGenerator.h index 82814b0..ed0187d 100644 --- a/Source/CPack/cmCPackBundleGenerator.h +++ b/Source/CPack/cmCPackBundleGenerator.h @@ -32,6 +32,7 @@ protected: virtual int InitializeInternal(); virtual const char* GetPackagingInstallPrefix(); int PackageFiles(); + bool SupportsComponentInstallation() const; std::string InstallPrefix; }; |