forked from OSchip/llvm-project
[debugserver] Don't link against Cocoa, it's not needed.
<rdar://problem/55916729> llvm-svn: 373795
This commit is contained in:
parent
68eefbb064
commit
68d01d9429
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue