From c489c53ce799927f6cbcef445062d36b8799d66a Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 29 May 2019 17:32:10 -0700 Subject: [PATCH] Revert "cmake: define BOOST_SP_DISABLE_THREADS for crimson" For whatever reason, this patch appears to cause the reactor/peering to hang much of the time. Reverting until we have time to debug it. This reverts commit a09a4f342c0a0fddcae29fe6c8d97e3b353f8c0c. Signed-off-by: Samuel Just --- src/crimson/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/CMakeLists.txt b/src/crimson/CMakeLists.txt index ff5ceedf75d..843e0f98749 100644 --- a/src/crimson/CMakeLists.txt +++ b/src/crimson/CMakeLists.txt @@ -1,6 +1,6 @@ add_library(crimson::cflags INTERFACE IMPORTED) set_target_properties(crimson::cflags PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1;BOOST_SP_DISABLE_THREADS" + INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1" INTERFACE_LINK_LIBRARIES Seastar::seastar) set(crimson_common_srcs -- 2.39.5