Skip to content

Commit

Permalink
remove unneeded links from ares target
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Nov 5, 2024
1 parent 6b4a45e commit 57dc192
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ares/cmake/os-freebsd.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target_link_options(ares PRIVATE LINKER:-export-dynamic)
target_link_libraries(ares PRIVATE X11 Xext)

target_sources(ares PRIVATE cmake/os-freebsd.cmake)
1 change: 0 additions & 1 deletion ares/cmake/os-linux.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target_link_options(ares PRIVATE LINKER:-export-dynamic)
target_link_libraries(ares PRIVATE X11 Xext)

target_sources(ares PRIVATE cmake/os-linux.cmake)

0 comments on commit 57dc192

Please sign in to comment.