mirror of
https://github.com/ceph/ceph
synced 2025-02-15 06:48:22 +00:00
cmake: define BOOST_SP_DISABLE_THREADS for crimson
because we are single-threaded Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0291178ede
commit
a09a4f342c
@ -1,6 +1,6 @@
|
||||
add_library(crimson::cflags INTERFACE IMPORTED)
|
||||
set_target_properties(crimson::cflags PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1"
|
||||
INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1;BOOST_SP_DISABLE_THREADS"
|
||||
INTERFACE_LINK_LIBRARIES Seastar::seastar)
|
||||
|
||||
set(crimson_common_srcs
|
||||
|
Loading…
Reference in New Issue
Block a user