<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 31, 2015, at 6:23 PM, Enrico Granata via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" class="">lldb-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Author: enrico<br class="">Date: Mon Aug 31 20:23:02 2015<br class="">New Revision: 246518<br class=""><br class="">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=246518&view=rev" class="">http://llvm.org/viewvc/llvm-project?rev=246518&view=rev</a><br class="">Log:<br class="">Attempt at fixing the CMake build<br class=""><br class="">Modified:<br class="">    lldb/trunk/cmake/LLDBDependencies.cmake<br class="">    lldb/trunk/source/Plugins/Language/CMakeLists.txt<br class=""><br class="">Modified: lldb/trunk/cmake/LLDBDependencies.cmake<br class="">URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/LLDBDependencies.cmake?rev=246518&r1=246517&r2=246518&view=diff" class="">http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/LLDBDependencies.cmake?rev=246518&r1=246517&r2=246518&view=diff</a><br class="">==============================================================================<br class="">--- lldb/trunk/cmake/LLDBDependencies.cmake (original)<br class="">+++ lldb/trunk/cmake/LLDBDependencies.cmake Mon Aug 31 20:23:02 2015<br class="">@@ -20,6 +20,10 @@ set( LLDB_USED_LIBS<br class="">   lldbPluginDynamicLoaderPosixDYLD<br class="">   lldbPluginDynamicLoaderHexagonDYLD<br class="">   lldbPluginDynamicLoaderWindowsDYLD<br class="">+  <br class="">+  lldbPluginCPlusPlusLanguage<br class="">+  lldbPluginObjCLanguage<br class="">+  lldbPluginObjCPlusPlusLanguage<br class=""><br class="">   lldbPluginObjectFileELF<br class="">   lldbPluginObjectFileJIT<br class=""><br class="">Modified: lldb/trunk/source/Plugins/Language/CMakeLists.txt<br class="">URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Language/CMakeLists.txt?rev=246518&r1=246517&r2=246518&view=diff" class="">http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Language/CMakeLists.txt?rev=246518&r1=246517&r2=246518&view=diff</a><br class="">==============================================================================<br class="">--- lldb/trunk/source/Plugins/Language/CMakeLists.txt (original)<br class="">+++ lldb/trunk/source/Plugins/Language/CMakeLists.txt Mon Aug 31 20:23:02 2015<br class="">@@ -1,2 +1,3 @@<br class=""> add_subdirectory(CPlusPlus)<br class=""> add_subdirectory(ObjC)<br class="">+add_subdirectory(ObjCPlusLus)<br class=""><br class=""><br class="">_______________________________________________<br class="">lldb-commits mailing list<br class=""><a href="mailto:lldb-commits@lists.llvm.org" class="">lldb-commits@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits<br class=""></div></div></blockquote></div><br class=""><div class="">This commit - and the next - are my best guess at fixing the CMake build after my formatter changes in r 246515</div><div class="">If they were to prove insufficient, I would appreciate somebody with more CMake-fu than myself pointing me in the right direction</div><div class="">
<div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div>
</div>
<br class=""></body></html>