summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-17 11:55:50 +0000
committerPavel Labath <labath@google.com>2016-08-17 11:55:50 +0000
commit2f430a19389e001931f24870a5f95ac10bad128e (patch)
treec083fb633c50a786b87512c24695cad9b9f73efc /lldb/source/API
parent4b22642e6fb0bceadce788637866456c5c80034e (diff)
downloadbcm5719-llvm-2f430a19389e001931f24870a5f95ac10bad128e.tar.gz
bcm5719-llvm-2f430a19389e001931f24870a5f95ac10bad128e.zip
Remove cmake legacy code
Summary: Cmake 2.8 support is gone and not coming back. We can remove a bit of legacy code now. Reviewers: zturner Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D23554 llvm-svn: 278924
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index 2ed42cac062..8e9e1fb2278 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -117,5 +117,5 @@ endif()
if (LLDB_WRAP_PYTHON)
add_dependencies(liblldb swig_wrapper)
endif()
-target_link_libraries(liblldb ${cmake_2_8_12_PRIVATE} ${LLDB_SYSTEM_LIBS})
+target_link_libraries(liblldb PRIVATE ${LLDB_SYSTEM_LIBS})
OpenPOWER on IntegriCloud