[Lldb-commits] [PATCH] D74160: [lldb] removed no longer needed CMakeDependentOption
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 13:29:23 PST 2020
kwk updated this revision to Diff 242991.
kwk added a comment.
Removed typo in commit message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74160/new/
https://reviews.llvm.org/D74160
Files:
lldb/cmake/modules/LLDBConfig.cmake
Index: lldb/cmake/modules/LLDBConfig.cmake
===================================================================
--- lldb/cmake/modules/LLDBConfig.cmake
+++ lldb/cmake/modules/LLDBConfig.cmake
@@ -1,6 +1,5 @@
include(CheckCXXSymbolExists)
include(CheckTypeSize)
-include(CMakeDependentOption)
set(LLDB_PROJECT_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
set(LLDB_SOURCE_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/source")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74160.242991.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200206/78f6232d/attachment.bin>
More information about the lldb-commits
mailing list