[cmake-commits] andy committed NSIS.template.in 1.19 1.20

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


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

Modified Files:
	NSIS.template.in 
Log Message:
ENH: Add NSIS compression


Index: NSIS.template.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/NSIS.template.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- NSIS.template.in	10 May 2006 16:15:00 -0000	1.19
+++ NSIS.template.in	12 Oct 2006 18:59:43 -0000	1.20
@@ -78,6 +78,9 @@
   Name "@CPACK_PACKAGE_INSTALL_DIRECTORY@"
   OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@"
 
+  ;Set compression
+  SetCompressor @CPACK_NSIS_COMPRESSOR@
+
 ;--------------------------------
 ;Interface Settings
 



More information about the Cmake-commits mailing list