From 6ea4eea18387d414d6a982bff3bd2f56cdaa85a5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 15 Feb 2008 10:40:55 -0500 Subject: BUG: fix for bug 6294, correct url for nsis --- Source/CPack/cmCPackNSISGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx index 556ab80..eb1cb1f 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; } -- cgit v0.12