[Lldb-commits] [PATCH] D74160: [lldb] removed no longer needed	CMakeDependentOption
    Konrad Wilhelm Kleine via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Feb  7 00:28:24 PST 2020
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb89131cdda58: [lldb] removed no longer needed CMakeDependentOption (authored by kwk).
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.243093.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200207/4a4f5664/attachment.bin>
    
    
More information about the lldb-commits
mailing list