summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.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/cpack.cxx
parentcfd308ce432975958a86a2266180613b704ceac7 (diff)
downloadCMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.zip
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.gz
CMake-33478faeb6a2d8bea8d8c3eb867fefdd94a0d962.tar.bz2
ENH: changne ProcessGenertor to DoPackage
Diffstat (limited to 'Source/CPack/cpack.cxx')
-rw-r--r--Source/CPack/cpack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 15bcedd..4da903e 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -429,7 +429,7 @@ int main (int argc, char *argv[])
ostr.str().c_str());
}
- int res = cpackGenerator->ProcessGenerator();
+ int res = cpackGenerator->DoPackage();
if ( !res )
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,