summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackPKGGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-22 14:42:37 (GMT)
committerBrad King <brad.king@kitware.com>2016-07-22 14:42:37 (GMT)
commit624b72159be327505c01f4d68ef6e67ac5f4335e (patch)
tree3fed7a210497126ad765b1cc62ee03a750b481bf /Source/CPack/cmCPackPKGGenerator.h
parent4e88b1ec17fb61399dcf3e7f5f722905899daf27 (diff)
downloadCMake-624b72159be327505c01f4d68ef6e67ac5f4335e.zip
CMake-624b72159be327505c01f4d68ef6e67ac5f4335e.tar.gz
CMake-624b72159be327505c01f4d68ef6e67ac5f4335e.tar.bz2
Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides
Diffstat (limited to 'Source/CPack/cmCPackPKGGenerator.h')
-rw-r--r--Source/CPack/cmCPackPKGGenerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackPKGGenerator.h b/Source/CPack/cmCPackPKGGenerator.h
index 8d10943..d2135cc 100644
--- a/Source/CPack/cmCPackPKGGenerator.h
+++ b/Source/CPack/cmCPackPKGGenerator.h
@@ -33,11 +33,11 @@ public:
cmCPackPKGGenerator();
virtual ~cmCPackPKGGenerator();
- virtual bool SupportsComponentInstallation() const;
+ bool SupportsComponentInstallation() const CM_OVERRIDE;
protected:
- virtual int InitializeInternal();
- virtual const char* GetOutputPostfix() { return "darwin"; }
+ int InitializeInternal() CM_OVERRIDE;
+ const char* GetOutputPostfix() CM_OVERRIDE { return "darwin"; }
// Copies or creates the resource file with the given name to the
// package or package staging directory dirName. The variable