mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Fix build script to work also on MacOS correctly
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit c2e9d39dbe)
This commit is contained in:
@@ -24,9 +24,10 @@ if (NOT WIN32)
|
||||
pthread)
|
||||
endif(NOT WIN32)
|
||||
if (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||
find_package(OpenSSL 1.1.1 REQUIRED)
|
||||
set(TORTURE_LINK_LIBRARIES
|
||||
${TORTURE_LINK_LIBRARIES}
|
||||
crypto)
|
||||
OpenSSL::Crypto)
|
||||
endif (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||
|
||||
# create test library
|
||||
|
||||
Reference in New Issue
Block a user