mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-03 13:31:11 +03:00
Allow building without Group Exchange support
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
a170580147
commit
fffa66698f
@@ -42,7 +42,7 @@ if (UNIX AND NOT WIN32)
|
||||
torture_channel
|
||||
)
|
||||
|
||||
if (WITH_SERVER)
|
||||
if (WITH_SERVER AND WITH_GEX)
|
||||
set(LIBSSH_UNIT_TESTS
|
||||
${LIBSSH_UNIT_TESTS}
|
||||
torture_moduli)
|
||||
|
||||
Reference in New Issue
Block a user