[Lldb-commits] [PATCH] D65509: [lldb][CMake] Avoid 'Autogenerate scheme' dialogs in Xcode projects
Phabricator via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 1 03:33:15 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL367538: [lldb][CMake] Avoid 'Autogenerate scheme' dialogs in Xcode projects (authored by stefan.graenitz, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D65509?vs=212560&id=212773#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65509/new/
https://reviews.llvm.org/D65509
Files:
lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake
Index: lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake
===================================================================
--- lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake
+++ lldb/trunk/cmake/caches/Apple-lldb-Xcode.cmake
@@ -2,3 +2,4 @@
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11 CACHE STRING "")
+set(CMAKE_XCODE_GENERATE_SCHEME ON CACHE BOOL "")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65509.212773.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190801/eb1eca80/attachment.bin>
More information about the lldb-commits
mailing list