From a4d18d6ab3216ce1bf8052f0fdc4ea34bc6385e8 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 20 一月 2021 19:39:17 +0800 Subject: [PATCH] update --- src/CMakeLists.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d659558..85de799 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # should we use our own math functions -option(SUPPORT_RDMA "If support rdma" ON) +option(SUPPORT_RDMA "If support rdma" OFF) # configure a header file to pass some of the CMake settings # to the source code @@ -25,6 +25,7 @@ shm/mm.cpp shm/hashtable.cpp px_sem_util.cpp + svsem_util.cpp ) -- Gitblit v1.8.0