From 6c26a23cf4cecc2dd381820451b1b9472f98a12f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 20 Feb 2013 23:15:55 +0100 Subject: build: build with gssapi if detected Reviewed-by: Andreas Schneider --- src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 76ec5bf..fc01df3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -64,6 +64,13 @@ if (WITH_ZLIB) ) endif (WITH_ZLIB) +if (GSSAPI_LIBS) + set(LIBSSH_LINK_LIBRARIES + ${LIBSSH_LINK_LIBRARIES} + ${GSSAPI_LIBS} + ) +endif (GSSAPI_LIBS) + set(LIBSSH_LINK_LIBRARIES ${LIBSSH_LINK_LIBRARIES} CACHE INTERNAL "libssh link libraries" -- cgit