rocksdb/cmake
Benjamin Lee 45dd931b17 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.
2025-01-24 18:38:50 -05:00
..
modules fix findliburing 2025-01-24 18:38:50 -05:00
RocksDBConfig.cmake.in add find_dependency(uring) to RocksDBConfig.cmake 2025-01-24 18:38:42 -05:00