cmake: Make GSSAPI optional.

This commit is contained in:
Andreas Schneider
2013-07-13 15:46:23 +02:00
parent 9bbbccc0e7
commit 1663917f71
8 changed files with 38 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
option(WITH_GSSAPI "Build with GSSAPI support" ON)
option(WITH_ZLIB "Build with ZLIB support" ON)
option(WITH_SSH1 "Build with SSH1 support" OFF)
option(WITH_SFTP "Build with SFTP support" ON)