From 9cd5e97596aa10f349e960fb3ff5ca95634a1200 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 3 Mar 2010 00:39:20 +0100 Subject: Fixed linking of the tests. --- libssh/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libssh') diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt index 43c40f0..0b3eaf0 100644 --- a/libssh/CMakeLists.txt +++ b/libssh/CMakeLists.txt @@ -67,6 +67,11 @@ if (GCRYPT_LIBRARY) ) endif (GCRYPT_LIBRARY) +set(LIBSSH_LINK_LIBRARIES + ${LIBSSH_LINK_LIBRARIES} + CACHE INTERNAL "libssh link libraries" +) + set(libssh_SRCS agent.c auth.c -- cgit