Fix findliburing #2

Merged
olivia-fl merged 1 commit from fix-findliburing into v9.2.1 2024-05-27 01:31:02 +00:00

1 commit

Author SHA1 Message Date
Benjamin Lee
d661310b3f
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-05-26 18:00:59 -07:00