chore(server): Usability improvements

1. Relax processor requirements for Dragonfly. Fixes #124.
2. Introduce cmake option DF_USE_SSL to allow building DF without SSL support. Fixes #128.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2022-06-15 19:19:59 +03:00
parent 4ec2538204
commit a1c3d8e33d
7 changed files with 37 additions and 7 deletions

View file

@ -14,6 +14,7 @@ set(CMAKE_CXX_STANDARD 17)
# they just disappear.
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/helio/cmake" ${CMAKE_MODULE_PATH})
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
option(DF_USE_SSL "Provide support for SSL connections" ON)
include(third_party)
message(STATUS "after thirdpary")