mirror of
https://github.com/ceph/ceph
synced 2026-08-02 15:08:20 +00:00
cmake: define BOOST_ASIO_HAS_IO_URING for WITH_LIBURING
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
670118abfb
commit
05c341b30d
@ -263,6 +263,8 @@ if(WITH_LIBURING)
|
||||
include(Builduring)
|
||||
build_uring()
|
||||
endif()
|
||||
# enable uring in boost::asio
|
||||
add_compile_definitions("BOOST_ASIO_HAS_IO_URING")
|
||||
endif()
|
||||
|
||||
CMAKE_DEPENDENT_OPTION(WITH_BLUESTORE_PMEM "Enable PMDK libraries" OFF
|
||||
|
||||
Loading…
Reference in New Issue
Block a user