aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
blob: 91ce25f727e7677735f181c713b15b5cc24b82eb (plain)
1
2
3
4
option(WITH_LIBZ "Build with ZLIB support" ON)
option(WITH_SSH1 "Build with SSH1 support" OFF)
option(WITH_SERVER "Build with SSH server support" ON)
option(WITH_STATIC_LIB "Build with a static library" OFF)