diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-06 13:28:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-06 13:28:26 (GMT) |
commit | 33478faeb6a2d8bea8d8c3eb867fefdd94a0d962 (patch) | |
tree | eb69ef5eab44cace30597e9859db77b70aadf358 /Source/CPack/cpack.cxx | |
parent | cfd308ce432975958a86a2266180613b704ceac7 (diff) | |
download | CMake-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.cxx | 2 |
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, |