mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09:00
cmake: Don't make GSSAPI a hard requirement.
This commit is contained in:
@@ -68,7 +68,7 @@ set(CMAKE_THREAD_PREFER_PTHREADS ON)
|
||||
find_package(Threads)
|
||||
|
||||
if (WITH_GSSAPI)
|
||||
find_package(GSSAPI REQUIRED)
|
||||
find_package(GSSAPI)
|
||||
endif (WITH_GSSAPI)
|
||||
|
||||
# config.h checks
|
||||
|
||||
Reference in New Issue
Block a user