Signed-off-by: Ali Maredia <amaredia@redhat.com>
if(HAVE_XIO)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${Xio_INCLUDE_DIR}")
- list(APPEND EXTRALIBS ${Xio_LIBRARY} ibverbs rdmacm pthread rt)
+ list(APPEND EXTRALIBS ${Xio_LIBRARY} pthread rt)
endif(HAVE_XIO)
# sort out which allocator to use
)
target_link_libraries(xio_server
os global common ${Boost_REGEX_LIBRARY}
- ${Xio_LIBRARY} ibverbs rdmacm pthread rt
+ ${Xio_LIBRARY} pthread rt
${EXTRALIBS}
${CMAKE_DL_LIBS}
)
)
target_link_libraries(xio_client
os global common ${Boost_REGEX_LIBRARY}
- ${Xio_LIBRARY} ibverbs rdmacm pthread rt
+ ${Xio_LIBRARY} pthread rt
${EXTRALIBS}
${CMAKE_DL_LIBS}
)