Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
visla-dragon committed Apr 29, 2022
1 parent 10f96fe commit 98a7ea3
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 @@ -152,7 +152,7 @@ if(ENABLE_ARES)
set(USE_ARES 1)
if(APPLE)
list(APPEND CURL_LIBS ${CARES_LIBRARY} resolv)
else
else()
list(APPEND CURL_LIBS ${CARES_LIBRARY})
endif()
include_directories(${CARES_INCLUDE_DIR})
Expand Down

0 comments on commit 98a7ea3

Please sign in to comment.