rocksdb/cmake
Benjamin Lee 277d1b8192
fix findliburing
`find_package(... NAMES lib*)` is basically always wrong. The previous
code was just hardcoding the static library path to work around the fact
that this doesn't work. This breaks the build when only dynamic liburing
builds are available.
2026-03-27 16:28:15 +00:00
..
modules fix findliburing 2026-03-27 16:28:15 +00:00
RocksDBConfig.cmake.in add find_dependency(uring) to RocksDBConfig.cmake 2026-03-27 16:28:03 +00:00