Jelajahi Sumber

BUG: fix for bug 6294, correct url for nsis

Bill Hoffman 18 tahun lalu
induk
melakukan
6ea4eea183
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Source/CPack/cmCPackNSISGenerator.cxx

+ 1 - 1
Source/CPack/cmCPackNSISGenerator.cxx

@@ -180,7 +180,7 @@ int cmCPackNSISGenerator::InitializeInternal()
       (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;
     }