[Lldb-commits] [lldb] r259845 - Fix the search path for CMake files

2016-02-04 Thread Niels Ole Salscheider via lldb-commits
Author: olesalscheider Date: Thu Feb 4 17:28:57 2016 New Revision: 259845 URL: http://llvm.org/viewvc/llvm-project?rev=259845&view=rev Log: Fix the search path for CMake files This allows to find the LLVM's CMake files after moving them in r259821. Modified: lldb/trunk/cmake/modules/LLDBSta

Re: [Lldb-commits] [PATCH] Fix the search path for CMake files

2016-02-04 Thread Niels Ole Salscheider via lldb-commits
levant for the standalone build. > On Thu, Feb 4, 2016 at 2:52 PM Niels Ole Salscheider via lldb-commits < > > lldb-commits@lists.llvm.org> wrote: > > This allows to find the LLVM's CMake files after moving them in > > r259821. > > --- > > > > cmake/

[Lldb-commits] [PATCH] Fix the search path for CMake files

2016-02-04 Thread Niels Ole Salscheider via lldb-commits
This allows to find the LLVM's CMake files after moving them in r259821. --- cmake/modules/LLDBStandalone.cmake | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/LLDBStandalone.cmake b/cmake/modules/LLDBStandalone.cmake index d3955f1..4fa5ca9 100644 --- a/c