summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-24 23:03:13 +0100
committerAnders Broman <a.broman58@gmail.com>2016-04-25 07:22:28 +0000
commitae316e2d888e3204f08593c27b4c2360eff7f679 (patch)
tree26baec1e2daaee3578b4ae8450831703c47c877a /cmake
parentc3574ed4173917f6ad89f40ab0b0dc0b1ad5e62d (diff)
downloadwireshark-ae316e2d888e3204f08593c27b4c2360eff7f679.tar.gz
Compile sshdump and ciscodump for Windows
Use libSSH 0.7.2 compiled with MinGW(32|64) and linked with zlib and gcrypt support Change-Id: I7c17d1ba3dd1890e2f83c119f5ea851834807e43 Reviewed-on: https://code.wireshark.org/review/12117 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindLIBSSH.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindLIBSSH.cmake b/cmake/modules/FindLIBSSH.cmake
index db13825d89..46dbe0415f 100644
--- a/cmake/modules/FindLIBSSH.cmake
+++ b/cmake/modules/FindLIBSSH.cmake
@@ -86,7 +86,7 @@ else ()
CACHE PATH "Path to libssh DLL"
)
file(GLOB _libssh_dll RELATIVE "${LIBSSH_DLL_DIR}"
- "${LIBSSH_DLL_DIR}/ssh.dll"
+ "${LIBSSH_DLL_DIR}/libssh.dll"
)
set(LIBSSH_DLL ${_libssh_dll}
# We're storing filenames only. Should we use STRING instead?