[cmake-commits] andy committed cmCPackNSISGenerator.cxx 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 12 14:59:45 EDT 2006


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

Modified Files:
	cmCPackNSISGenerator.cxx 
Log Message:
ENH: Add NSIS compression


Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cmCPackNSISGenerator.cxx	27 Aug 2006 17:15:39 -0000	1.17
+++ cmCPackNSISGenerator.cxx	12 Oct 2006 18:59:43 -0000	1.18
@@ -232,6 +232,7 @@
     this->SetOptionIfNotSet("CPACK_NSIS_DELETE_ICONS", 
                             deleteStr.str().c_str());
     }
+  this->SetOptionIfNotSet("CPACK_NSIS_COMPRESSOR", "lzma");
 
   return this->Superclass::InitializeInternal();
 }



More information about the Cmake-commits mailing list