include(FindPkgConfig) pkg_check_modules(LIBURING liburing) if(LIBURING_FOUND) set(SUPPORT_LIBURING true) else() set(SUPPORT_LIBURING false) endif()