diff options
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx index 556ab803d0..eb1cb1ffaa 100644 --- a/Source/CPack/cmCPackNSISGenerator.cxx +++ b/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; } |