CMake: Remove socketio link, forgot

This commit is contained in:
Lion Kortlepel 2021-09-09 12:33:59 +03:00
parent 58da200901
commit 588242822c
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -123,7 +123,6 @@ if (UNIX)
crypto crypto
${OPENSSL_LIBRARIES} ${OPENSSL_LIBRARIES}
commandline commandline
sioclient_tls
sentry) sentry)
elseif (WIN32) elseif (WIN32)
include(FindLua) include(FindLua)
@ -138,6 +137,5 @@ elseif (WIN32)
${LUA_LIBRARIES} ${LUA_LIBRARIES}
${OPENSSL_LIBRARIES} ${OPENSSL_LIBRARIES}
commandline commandline
sioclient_tls
sentry) sentry)
endif () endif ()