[lldb] removed no longer needed CMakeDependentOption
authorKonrad Kleine <kkleine@redhat.com>
Fri, 7 Feb 2020 08:22:29 +0000 (09:22 +0100)
committerKonrad Kleine <kkleine@redhat.com>
Fri, 7 Feb 2020 08:23:35 +0000 (09:23 +0100)
commitb89131cdda5871731a9139664aef2b70c6d72bbd
tree02e46a009567575d97b3f4ed45494a321136fa69
parent84e5760a1637d89c6c90a218abfe6d4d0ce85c97
[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
lldb/cmake/modules/LLDBConfig.cmake