Skip to content

Commit

Permalink
add idn2 to target_link_libraries for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum committed Dec 20, 2024
1 parent 0e3baa8 commit 5e05a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/find_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,8 @@ if(NOT USE_SYSTEM_CURL)
# ```
# The "Foundation" framework is already linked by GLFW.
target_link_libraries(3rdparty_curl INTERFACE "-framework SystemConfiguration")
elseif(UNIX)
target_link_libraries(3rdparty_curl INTERFACE idn2)
endif()
target_link_libraries(3rdparty_curl INTERFACE 3rdparty_openssl)
endif()
Expand Down

0 comments on commit 5e05a9a

Please sign in to comment.