Fix findliburing #2

Merged
olivia-fl merged 1 commit from fix-findliburing into v9.2.1 2024-05-27 01:31:02 +00:00
olivia-fl commented 2024-05-27 01:29:57 +00:00 (Migrated from github.com)

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.

Necessary for https://github.com/girlbossceo/conduwuit/pull/400

`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. Necessary for https://github.com/girlbossceo/conduwuit/pull/400
Sign in to join this conversation.
No description provided.