mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 16:36:49 +00:00
CURL::libcurl instead of libcurl
This commit is contained in:
@@ -100,7 +100,7 @@ if (UNIX)
|
|||||||
stdc++fs
|
stdc++fs
|
||||||
${LUA_LIBRARIES}
|
${LUA_LIBRARIES}
|
||||||
crypto
|
crypto
|
||||||
libcurl
|
CURL::libcurl
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
commandline
|
commandline
|
||||||
sioclient_tls
|
sioclient_tls
|
||||||
@@ -118,7 +118,7 @@ elseif (WIN32)
|
|||||||
ZLIB::ZLIB
|
ZLIB::ZLIB
|
||||||
${LUA_LIBRARIES}
|
${LUA_LIBRARIES}
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
libcurl
|
CURL::libcurl
|
||||||
commandline
|
commandline
|
||||||
sioclient_tls)
|
sioclient_tls)
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user