aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
blob: d482e1992e50c5f7c967aed334f7d3794e7caadd (plain)
1
2
3
4
5
6
option(WITH_LIBZ "Build with ZLIB support" ON)
option(WITH_SSH1 "Build with SSH1 support" OFF)
option(WITH_SFTP "Build with SFTP support" ON)
option(WITH_SERVER "Build with SSH server support" ON)
option(WITH_STATIC_LIB "Build with a static library" OFF)
option(WITH_DEBUG_CRYPTO "Build with cryto debut output" OFF)