[cmake-commits] hoffman committed cmCPackNSISGenerator.cxx 1.13.2.5 1.13.2.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 17 15:55:44 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	cmCPackNSISGenerator.cxx 
Log Message:
ENH: move fix for replace of @var@ in cmake files from main tree and a better message for cpack and nsis


Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -u -d -r1.13.2.5 -r1.13.2.6
--- cmCPackNSISGenerator.cxx	27 Oct 2006 20:01:49 -0000	1.13.2.5
+++ cmCPackNSISGenerator.cxx	17 Nov 2006 20:55:42 -0000	1.13.2.6
@@ -147,7 +147,11 @@
   if ( !cmsys::SystemTools::ReadRegistryValue(
       "HKEY_LOCAL_MACHINE\\SOFTWARE\\NSIS", nsisPath) )
     {
-    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find NSIS registry value"
+    cmCPackLogger
+      (cmCPackLog::LOG_ERROR, 
+       "Cannot find NSIS registry value. This is usually caused by NSIS "
+       "not being installed. Please install NSIS from "
+       "http://nsis.sourceforge.org"
       << std::endl);
     return 0;
     }



More information about the Cmake-commits mailing list