CMake: Remove socketio link, forgot

This commit is contained in:
Lion Kortlepel
2021-09-09 12:33:59 +03:00
parent 58da200901
commit 588242822c

View File

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