summaryrefslogtreecommitdiffstats
path: root/src/blk
diff options
context:
space:
mode:
authorPatrick Donnelly <pdonnell@redhat.com>2023-10-17 18:59:41 +0200
committerPatrick Donnelly <pdonnell@redhat.com>2023-10-17 19:00:14 +0200
commit3438de58f2af599901a19cf984e2e7cb1e9f6944 (patch)
tree384cd5cb5a478d212bfa6259f2cc1c2e881aef47 /src/blk
parentMerge pull request #54002 from idryomov/wip-63028 (diff)
downloadceph-3438de58f2af599901a19cf984e2e7cb1e9f6944.tar.xz
ceph-3438de58f2af599901a19cf984e2e7cb1e9f6944.zip
cmake: promote uring package search to top-level
For use by multiple projects, rocksdb in particular. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'src/blk')
-rw-r--r--src/blk/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/blk/CMakeLists.txt b/src/blk/CMakeLists.txt
index 288955dd054..5d9fd6a5295 100644
--- a/src/blk/CMakeLists.txt
+++ b/src/blk/CMakeLists.txt
@@ -57,11 +57,5 @@ if(WITH_EVENTTRACE)
endif()
if(WITH_LIBURING)
- if(WITH_SYSTEM_LIBURING)
- find_package(uring REQUIRED)
- else()
- include(Builduring)
- build_uring()
- endif()
target_link_libraries(blk PRIVATE uring::uring)
endif()