Define some variables for Sentry when using curl as transport

This commit is contained in:
David Capello 2021-12-22 17:03:16 -03:00
parent a7a344339c
commit 3fba303291

View File

@ -315,6 +315,8 @@ if(REQUIRE_CURL)
if(USE_SHARED_CURL)
find_package(CURL REQUIRED)
else()
set(CURL_FOUND 1)
set(CURL_LIBRARY libcurl)
set(CURL_LIBRARIES libcurl)
set(CURL_INCLUDE_DIRS ${CURL_DIR}/include)
endif()