From 9fe1a94d42a89762337ce0d07c28ea7efead56e8 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 9 Aug 2021 00:37:57 +0200 Subject: [PATCH] CURL::libcurl instead of libcurl --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28a43a6..e0dcdb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ if (UNIX) stdc++fs ${LUA_LIBRARIES} crypto - libcurl + CURL::libcurl ${OPENSSL_LIBRARIES} commandline sioclient_tls @@ -118,7 +118,7 @@ elseif (WIN32) ZLIB::ZLIB ${LUA_LIBRARIES} ${OPENSSL_LIBRARIES} - libcurl + CURL::libcurl commandline sioclient_tls) endif ()