summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-07-13 13:25:20 +0200
committerAndreas Schneider <asn@cynapses.org>2010-07-13 13:25:20 +0200
commit641e89b14a756b415000bdba8f61d2ab3ca5d3e1 (patch)
treeaa6c29233ef8f1d608689f071ef9ce7b3b494a0c
parent3a61d55f27ec0db6b845287d80f6532a230829f7 (diff)
build: Fixed typo.
-rw-r--r--CPackConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 65de9c96..bb53a7c7 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -32,7 +32,7 @@ if (HAVE_NSIS)
set(CPACK_NSIS_DISPLAY_NAME "The SSH Library")
set(CPACK_NSIS_COMPRESSOR "/SOLID zlib")
set(CPACK_NSIS_MENU_LINKS "http://www.libssh.org/" "libssh homepage")
-if (HAVE_NSIS)
+endif (HAVE_NSIS)
set(CPACK_PACKAGE_INSTALL_DIRECTORY "libssh")