summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-11-06 13:28:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-11-06 13:28:26 (GMT)
commit33478faeb6a2d8bea8d8c3eb867fefdd94a0d962 (patch)
treeeb69ef5eab44cace30597e9859db77b70aadf358 /Source/CPack/cmCPackGenerator.h
parentcfd308ce432975958a86a2266180613b704ceac7 (diff)
downloadCMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.zip
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.gz
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.bz2
ENH: changne ProcessGenertor to DoPackage
Diffstat (limited to 'Source/CPack/cmCPackGenerator.h')
-rw-r--r--Source/CPack/cmCPackGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenerator.h b/Source/CPack/cmCPackGenerator.h
index b2a6972..da819d6 100644
--- a/Source/CPack/cmCPackGenerator.h
+++ b/Source/CPack/cmCPackGenerator.h
@@ -62,7 +62,7 @@ public:
* Do the actual processing. Subclass has to override it.
* Return 0 if error.
*/
- virtual int ProcessGenerator();
+ virtual int DoPackage();
/**
* Initialize generator