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 ()