From 1eee56a666389e2175e9a9501cd55e18106df6ea Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 9 Aug 2021 00:33:57 +0200 Subject: [PATCH] Maybe curl works now? --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bab9be..28a43a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ if (UNIX) stdc++fs ${LUA_LIBRARIES} crypto - ${CURL_LIBS} + libcurl ${OPENSSL_LIBRARIES} commandline sioclient_tls @@ -118,7 +118,7 @@ elseif (WIN32) ZLIB::ZLIB ${LUA_LIBRARIES} ${OPENSSL_LIBRARIES} - ${CURL_LIBS} + libcurl commandline sioclient_tls) endif ()