mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Define some variables for Sentry when using curl as transport
This commit is contained in:
parent
a7a344339c
commit
3fba303291
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user