From: Matan Breizman Date: Mon, 9 Feb 2026 11:54:51 +0000 (+0000) Subject: cmake/modules/Builduring.cmake: add URING::uring as alias X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb9e1dca5819e67834aec22d9c0e2eb7582f79f0;p=ceph.git cmake/modules/Builduring.cmake: add URING::uring as alias Allow seastar submodule which expects URING:uring target name to be imported. Signed-off-by: Matan Breizman --- diff --git a/cmake/modules/Builduring.cmake b/cmake/modules/Builduring.cmake index 4e4107fb5ac..9f753dda516 100644 --- a/cmake/modules/Builduring.cmake +++ b/cmake/modules/Builduring.cmake @@ -42,4 +42,6 @@ function(build_uring) INTERFACE_INCLUDE_DIRECTORIES ${URING_INCLUDE_DIR} IMPORTED_LINK_INTERFACE_LANGUAGES "C" IMPORTED_LOCATION "${URING_LIBRARY_DIR}/liburing.a") + + add_library(URING::uring ALIAS uring::uring) endfunction()