Remove temporary build correction for RDMA and libvalkey 0.1.0

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
This commit is contained in:
Björn Svensson 2025-08-21 10:18:29 +02:00 committed by Viktor Söderqvist
parent 11780db513
commit 2db4eeb1fc
1 changed files with 1 additions and 5 deletions

View File

@ -91,11 +91,7 @@ macro (valkey_build_and_install_bin target sources ld_flags libs link_name)
if (USE_RDMA)
# Add required libraries needed for RDMA
# Bug in libvalkey 0.1.0: The order is important and we need to link
# valkey::valkey after valkey::valkey_rdma. This will be fixed upstream.
# TODO: Next time we lift libvalkey, remove valkey::valkey from
# the next line.
target_link_libraries(${target} valkey::valkey_rdma valkey::valkey)
target_link_libraries(${target} valkey::valkey_rdma)
endif ()
if (IS_FREEBSD)