diff options
author | Brad King <brad.king@kitware.com> | 2016-07-22 14:42:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-22 14:42:37 (GMT) |
commit | 624b72159be327505c01f4d68ef6e67ac5f4335e (patch) | |
tree | 3fed7a210497126ad765b1cc62ee03a750b481bf /Source/CPack/cmCPackPKGGenerator.h | |
parent | 4e88b1ec17fb61399dcf3e7f5f722905899daf27 (diff) | |
download | CMake-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.h | 6 |
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 |