[all-commits] [llvm/llvm-project] b89131: [lldb] removed no longer needed CMakeDependentOption

Konrad Kleine via All-commits all-commits at lists.llvm.org
Fri Feb 7 00:23:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b89131cdda5871731a9139664aef2b70c6d72bbd
      https://github.com/llvm/llvm-project/commit/b89131cdda5871731a9139664aef2b70c6d72bbd
  Author: Konrad Kleine <kkleine at redhat.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M lldb/cmake/modules/LLDBConfig.cmake

  Log Message:
  -----------
  [lldb] removed no longer needed CMakeDependentOption

Summary:
In D66791 I've introduced this [[ https://cmake.org/cmake/help/latest/module/CMakeDependentOption.html | `CMakeDependentOption` ]] but in
D71306 @JDevlieghere has changed the way optional dependencies
are handled in LLDB. Today there's no occurence of
`cmake_dependent_option` inside the lldb source tree.

That's why this include can be removed.

Reviewers: JDevlieghere, labath

Reviewed By: labath

Subscribers: labath, mgorny, lldb-commits, JDevlieghere

Tags: #lldb

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




More information about the All-commits mailing list