diff options
author | Pavel Labath <labath@google.com> | 2016-08-17 11:55:50 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-08-17 11:55:50 +0000 |
commit | 2f430a19389e001931f24870a5f95ac10bad128e (patch) | |
tree | c083fb633c50a786b87512c24695cad9b9f73efc /lldb/source/API | |
parent | 4b22642e6fb0bceadce788637866456c5c80034e (diff) | |
download | bcm5719-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.txt | 2 |
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}) |