Skip to content

Commit 1206a3a

Browse files
committed
Remove AsynchDNS requirement from libcurl dependency (Rocky Linux 8)
1 parent b24b30c commit 1206a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ endif()
287287

288288
if(SENTRY_TRANSPORT_CURL)
289289
if(NOT TARGET CURL::libcurl) # Some other lib might bring libcurl already
290-
find_package(CURL REQUIRED COMPONENTS AsynchDNS)
290+
find_package(CURL)
291291
endif()
292292

293293
target_link_libraries(sentry PRIVATE CURL::libcurl)

0 commit comments

Comments
 (0)