Skip to content

Commit

Permalink
Remove AsynchDNS requirement from libcurl dependency (Rocky Linux 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Dec 27, 2024
1 parent b24b30c commit 1206a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ endif()

if(SENTRY_TRANSPORT_CURL)
if(NOT TARGET CURL::libcurl) # Some other lib might bring libcurl already
find_package(CURL REQUIRED COMPONENTS AsynchDNS)
find_package(CURL)
endif()

target_link_libraries(sentry PRIVATE CURL::libcurl)
Expand Down

0 comments on commit 1206a3a

Please sign in to comment.