summaryrefslogtreecommitdiff
path: root/Source/CPack
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-02-15 10:40:55 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2008-02-15 10:40:55 -0500
commit6ea4eea18387d414d6a982bff3bd2f56cdaa85a5 (patch)
tree47b2816e8414e5ba7196485b64ef164cf895ea67 /Source/CPack
parent4a17f7bee869c47ca6df2b9d3a81d1b9530af7bf (diff)
downloadcmake-6ea4eea18387d414d6a982bff3bd2f56cdaa85a5.tar.gz
BUG: fix for bug 6294, correct url for nsis
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.cxx2
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;
}