`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.