summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-24 14:01:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-24 14:01:32 (GMT)
commitd31c890220582d0ab1304737f563ad5c8ca1fc27 (patch)
tree561461a933ce251eb471e3e10add21e27ca030c6 /Source/CPack
parent302aadadb31d77d3ee7ea8faedb53e702a3302cf (diff)
downloadCMake-d31c890220582d0ab1304737f563ad5c8ca1fc27.zip
CMake-d31c890220582d0ab1304737f563ad5c8ca1fc27.tar.gz
CMake-d31c890220582d0ab1304737f563ad5c8ca1fc27.tar.bz2
ENH: missed one
Diffstat (limited to 'Source/CPack')
-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 ba91a08..330d61f 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -382,7 +382,7 @@ int main (int argc, char *argv[])
<< gen << std::endl);
parsed = 0;
}
- if ( parsed && !cpackGenerator->Initialize(gen, mf, argv[0]) )
+ if ( parsed && !cpackGenerator->Initialize(gen, mf) )
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
"Cannot initialize the generator " << gen << std::endl);