]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake/modules/Builduring.cmake: add URING::uring as alias
authorMatan Breizman <mbreizma@redhat.com>
Mon, 9 Feb 2026 11:54:51 +0000 (11:54 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 12 Feb 2026 10:26:16 +0000 (10:26 +0000)
Allow seastar submodule which expects URING:uring target name
to be imported.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
cmake/modules/Builduring.cmake

index 4e4107fb5ac792d337c14d2fdda1a9291a151b27..9f753dda516895778e02114306f8c37b4dcfbba0 100644 (file)
@@ -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()