Skip to content

Commit

Permalink
add find_dependency(uring) to RocksDBConfig.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <strawberry@puppygock.gay>
  • Loading branch information
girlbossceo committed May 3, 2024
1 parent 87d4df1 commit db6df0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/RocksDBConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ if(@WITH_TBB@)
find_dependency(TBB)
endif()

if(@WITH_LIBURING@)
find_dependency(uring)
endif()

find_dependency(Threads)

include("${CMAKE_CURRENT_LIST_DIR}/RocksDBTargets.cmake")
Expand Down

0 comments on commit db6df0b

Please sign in to comment.