diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-15 10:40:55 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-15 10:40:55 -0500 |
commit | 6ea4eea18387d414d6a982bff3bd2f56cdaa85a5 (patch) | |
tree | 47b2816e8414e5ba7196485b64ef164cf895ea67 /Source/CPack | |
parent | 4a17f7bee869c47ca6df2b9d3a81d1b9530af7bf (diff) | |
download | cmake-6ea4eea18387d414d6a982bff3bd2f56cdaa85a5.tar.gz |
BUG: fix for bug 6294, correct url for nsis
Diffstat (limited to 'Source/CPack')
-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; } |