From 739ff6296aaf9b24adf4f0319f549ddd8c01bca8 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Fri, 5 Apr 2024 15:11:12 +0000 Subject: [PATCH] Remove uring from linking --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 456fc5b..ea76098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ target_include_directories( cserver INTERFACE $ $) -target_link_libraries(cserver INTERFACE utempl::utempl ${Boost_LIBRARIES} llhttp uring ${OPENSSL_LIBRARIES} ) +target_link_libraries(cserver INTERFACE utempl::utempl ${Boost_LIBRARIES} llhttp ${OPENSSL_LIBRARIES} ) target_compile_features(cserver INTERFACE cxx_std_20)