Skip to content

Commit

Permalink
Build Detock by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Jul 12, 2023
1 parent 968e634 commit bab4c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ option(BUILD_SLOG_TESTS "Build the tests" ON)
option(ENABLE_TXN_EVENT_RECORDING "Enable transaction events recording" ON)
option(FETCH_DEPENDENCIES "Automatically fetch the dependencies" OFF)
set(REMASTER_PROTOCOL "COUNTERLESS" CACHE STRING "Protocol for remastering (\"SIMPLE\", \"PER_KEY\", \"COUNTERLESS\", \"NONE\")")
set(LOCK_MANAGER "RMA" CACHE STRING "Lock manager (\"OLD\", \"DDR\", \"RMA\")")
set(LOCK_MANAGER "DDR" CACHE STRING "Lock manager (\"OLD\", \"DDR\", \"RMA\")")

message(STATUS "Options:")
message(STATUS " BUILD_SLOG_CLIENT = ${BUILD_SLOG_CLIENT}")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1120
1.0.1123

0 comments on commit bab4c56

Please sign in to comment.