1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

build: Fixed linking against libssh in thread library.

This commit is contained in:
Andreas Schneider
2010-09-08 10:50:06 +02:00
parent ab2dafc44a
commit 76ead916ce

View File

@@ -7,7 +7,7 @@ set(LIBSSH_THREADS_PUBLIC_INCLUDE_DIRS
CACHE INTERNAL "libssh public include directories"
)
set(LIBSSH_PRIVATE_INCLUDE_DIRS
set(LIBSSH_THREADS_PRIVATE_INCLUDE_DIRS
${CMAKE_BINARY_DIR}
)
@@ -24,7 +24,7 @@ if (WITH_STATIC_LIB)
endif (WITH_STATIC_LIB)
set(LIBSSH_THREADS_LINK_LIBRARIES
${LIBSSH_LINK_LIBRARIES}
${LIBSSH_SHARED_LIBRARY}
)
set(LIBSSH_THREADS_LINK_LIBRARIES