[cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config
authorRaphael Isemann <teemperor@gmail.com>
Mon, 23 Jul 2018 21:14:52 +0000 (21:14 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 23 Jul 2018 21:14:52 +0000 (21:14 +0000)
Summary:
LLDB_PLUGINS doesn't exist as a variable, so this line doesn't add any dependencies and is
just confusing. It seems this slipped in from the gdb-remote CMake I was using as a CMake template.

The gdb-remote CMake itself is using a local LLDB_PLUGINS variable, so that code is fine.

Reviewers: davide

Reviewed By: davide

Subscribers: davide, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D49695

llvm-svn: 337741

lldb/source/Host/macosx/objcxx/CMakeLists.txt
lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt

index 1cf5922..77e3091 100644 (file)
@@ -12,7 +12,6 @@ add_lldb_library(lldbHostMacOSXObjCXX
     lldbSymbol
     lldbTarget
     lldbUtility
-    ${LLDB_PLUGINS}
     ${EXTRA_LIBS}
 
   LINK_COMPONENTS
index 484ae06..946ff0a 100644 (file)
@@ -9,7 +9,6 @@ add_lldb_library(lldbPluginPlatformMacOSXObjCXX
     lldbSymbol
     lldbTarget
     lldbUtility
-    ${LLDB_PLUGINS}
     ${EXTRA_LIBS}
 
   LINK_COMPONENTS