[debugserver] Don't link against Cocoa, it's not needed.

<rdar://problem/55916729>

llvm-svn: 373795
This commit is contained in:
Davide Italiano 2019-10-04 21:51:35 +00:00
parent 68eefbb064
commit 68d01d9429
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ if(APPLE)
if(NOT BACKBOARD_LIBRARY)
set(SKIP_TEST_DEBUGSERVER ON CACHE BOOL "" FORCE)
endif()
else()
find_library(COCOA_LIBRARY Cocoa)
endif()
endif()