Skip to content

Commit 3fba303

Browse files
committed
Define some variables for Sentry when using curl as transport
1 parent a7a3443 commit 3fba303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ if(REQUIRE_CURL)
315315
if(USE_SHARED_CURL)
316316
find_package(CURL REQUIRED)
317317
else()
318+
set(CURL_FOUND 1)
319+
set(CURL_LIBRARY libcurl)
318320
set(CURL_LIBRARIES libcurl)
319321
set(CURL_INCLUDE_DIRS ${CURL_DIR}/include)
320322
endif()

0 commit comments

Comments
 (0)