From 588242822c3b92298eaf8183b6fea6a56e55a97d Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 9 Sep 2021 12:33:59 +0300 Subject: [PATCH] CMake: Remove socketio link, forgot --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44d56ff..3574e10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,6 @@ if (UNIX) crypto ${OPENSSL_LIBRARIES} commandline - sioclient_tls sentry) elseif (WIN32) include(FindLua) @@ -138,6 +137,5 @@ elseif (WIN32) ${LUA_LIBRARIES} ${OPENSSL_LIBRARIES} commandline - sioclient_tls sentry) endif ()