mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 12:19:04 +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)
|
if(USE_SHARED_CURL)
|
||||||
find_package(CURL REQUIRED)
|
find_package(CURL REQUIRED)
|
||||||
else()
|
else()
|
||||||
|
set(CURL_FOUND 1)
|
||||||
|
set(CURL_LIBRARY libcurl)
|
||||||
set(CURL_LIBRARIES libcurl)
|
set(CURL_LIBRARIES libcurl)
|
||||||
set(CURL_INCLUDE_DIRS ${CURL_DIR}/include)
|
set(CURL_INCLUDE_DIRS ${CURL_DIR}/include)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user