mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
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:
parent
4ec2538204
commit
a1c3d8e33d
7 changed files with 37 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue