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)