rocksdb/cmake
Benjamin Lee 347d50e212 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.
2024-09-08 12:10:07 -04:00
..
modules fix findliburing 2024-09-08 12:10:07 -04:00
RocksDBConfig.cmake.in add find_dependency(uring) to RocksDBConfig.cmake 2024-09-08 12:09:49 -04:00