[lldb][CMake] Fix one more detail in r368066

Differential Revision: https://reviews.llvm.org/D65797

llvm-svn: 368148
This commit is contained in:
Stefan Granitz 2019-08-07 10:47:49 +00:00
parent 23092ca9ba
commit befde45a6f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
set(CMAKE_GENERATOR Xcode)
set(CMAKE_GENERATOR Xcode CACHE STRING "")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11 CACHE STRING "")
set(CMAKE_XCODE_GENERATE_SCHEME ON CACHE BOOL "")