[Cmake-commits] [cmake-commits] hoffman committed cpack.cxx 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 24 10:01:34 EDT 2008


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv3108

Modified Files:
	cpack.cxx 
Log Message:
ENH: missed one


Index: cpack.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cpack.cxx,v
retrieving revision 1.44
retrieving revision 1.45
diff -C 2 -d -r1.44 -r1.45
*** cpack.cxx	18 Apr 2008 14:55:04 -0000	1.44
--- cpack.cxx	24 Sep 2008 14:01:32 -0000	1.45
***************
*** 383,387 ****
              parsed = 0;
              }
!           if ( parsed && !cpackGenerator->Initialize(gen, mf, argv[0]) )
              {
              cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
--- 383,387 ----
              parsed = 0;
              }
!           if ( parsed && !cpackGenerator->Initialize(gen, mf) )
              {
              cmCPack_Log(&log, cmCPackLog::LOG_ERROR,



More information about the Cmake-commits mailing list