wangzhengquan
2021-01-20 a4d18d6ab3216ce1bf8052f0fdc4ea34bc6385e8
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
   )