summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
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.cxx
parentcfd308ce432975958a86a2266180613b704ceac7 (diff)
downloadCMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.zip
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.gz
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.bz2
ENH: changne ProcessGenertor to DoPackage
Diffstat (limited to 'Source/CPack/cmCPackGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx
index ee10ad1..516c975 100644
--- a/Source/CPack/cmCPackGenerator.cxx
+++ b/Source/CPack/cmCPackGenerator.cxx
@@ -645,7 +645,7 @@ void cmCPackGenerator::SetOption(const char* op, const char* value)
}
//----------------------------------------------------------------------
-int cmCPackGenerator::ProcessGenerator()
+int cmCPackGenerator::DoPackage()
{
cmCPackLogger(cmCPackLog::LOG_OUTPUT,
"Create package using " << this->Name.c_str() << std::endl);