[cmake-commits] hoffman committed cmCPackNSISGenerator.cxx 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 15 10:40:57 EST 2008


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

Modified Files:
	cmCPackNSISGenerator.cxx 
Log Message:
BUG: fix for bug 6294, correct url for nsis


Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- cmCPackNSISGenerator.cxx	14 Dec 2007 19:58:27 -0000	1.30
+++ cmCPackNSISGenerator.cxx	15 Feb 2008 15:40:55 -0000	1.31
@@ -180,7 +180,7 @@
       (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"
+       "http://nsis.sourceforge.net"
        << std::endl);
     return 0;
     }



More information about the Cmake-commits mailing list