summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackProductBuildGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-01 18:59:47 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-01 18:59:47 (GMT)
commitbfac78d07479eb652405ee51548c4011766666ce (patch)
tree81027ef7847de27dbb6a52914d7ec66ef773bf39 /Source/CPack/cmCPackProductBuildGenerator.h
parent2711c35a8d42e43c7600ef23bf586f2e068292e8 (diff)
parent624b72159be327505c01f4d68ef6e67ac5f4335e (diff)
downloadCMake-bfac78d07479eb652405ee51548c4011766666ce.zip
CMake-bfac78d07479eb652405ee51548c4011766666ce.tar.gz
CMake-bfac78d07479eb652405ee51548c4011766666ce.tar.bz2
Merge topic 'more-virtual-override'
624b7215 Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides
Diffstat (limited to 'Source/CPack/cmCPackProductBuildGenerator.h')
-rw-r--r--Source/CPack/cmCPackProductBuildGenerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackProductBuildGenerator.h b/Source/CPack/cmCPackProductBuildGenerator.h
index b05b50a..fd2c090 100644
--- a/Source/CPack/cmCPackProductBuildGenerator.h
+++ b/Source/CPack/cmCPackProductBuildGenerator.h
@@ -33,9 +33,9 @@ public:
virtual ~cmCPackProductBuildGenerator();
protected:
- virtual int InitializeInternal();
- int PackageFiles();
- virtual const char* GetOutputExtension() { return ".pkg"; }
+ int InitializeInternal() CM_OVERRIDE;
+ int PackageFiles() CM_OVERRIDE;
+ const char* GetOutputExtension() CM_OVERRIDE { return ".pkg"; }
// Run ProductBuild with the given command line, which will (if
// successful) produce the given package file. Returns true if