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

cmake: If we don't have gssapi libs, disable it.

This commit is contained in:
Andreas Schneider
2013-07-22 10:31:11 +02:00
parent 1829e9981b
commit 7d07e1f1bd

View File

@@ -201,6 +201,10 @@ if (WITH_DEBUG_CALLTRACE)
set(DEBUG_CALLTRACE 1)
endif (WITH_DEBUG_CALLTRACE)
if (WITH_GSSAPI AND NOT GSSAPI_LIBS)
set(WITH_GSSAPI 0)
endif (WITH_GSSAPI AND NOT GSSAPI_LIBS)
# ENDIAN
if (NOT WIN32)
test_big_endian(WORDS_BIGENDIAN)