mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
cmake: If we don't have gssapi libs, disable it.
This commit is contained in:
@@ -201,6 +201,10 @@ if (WITH_DEBUG_CALLTRACE)
|
|||||||
set(DEBUG_CALLTRACE 1)
|
set(DEBUG_CALLTRACE 1)
|
||||||
endif (WITH_DEBUG_CALLTRACE)
|
endif (WITH_DEBUG_CALLTRACE)
|
||||||
|
|
||||||
|
if (WITH_GSSAPI AND NOT GSSAPI_LIBS)
|
||||||
|
set(WITH_GSSAPI 0)
|
||||||
|
endif (WITH_GSSAPI AND NOT GSSAPI_LIBS)
|
||||||
|
|
||||||
# ENDIAN
|
# ENDIAN
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
test_big_endian(WORDS_BIGENDIAN)
|
test_big_endian(WORDS_BIGENDIAN)
|
||||||
|
|||||||
Reference in New Issue
Block a user