forked from OSchip/llvm-project
[lldb][NFC] Fix typo in 368066
Differential Revision: https://reviews.llvm.org/D65797 llvm-svn: 368143
This commit is contained in:
parent
5ebee2558b
commit
efd0e11b26
|
@ -75,7 +75,7 @@ if(APPLE AND CMAKE_GENERATOR STREQUAL Xcode)
|
||||||
if(NOT LLDB_EXPLICIT_XCODE_CACHE_USED)
|
if(NOT LLDB_EXPLICIT_XCODE_CACHE_USED)
|
||||||
message(WARNING
|
message(WARNING
|
||||||
"When building with Xcode, we recommend using the corresponding cache script. "
|
"When building with Xcode, we recommend using the corresponding cache script. "
|
||||||
"If this was a mistake, clean your lean build directory and re-run CMake with:\n"
|
"If this was a mistake, clean your build directory and re-run CMake with:\n"
|
||||||
" -C ${CMAKE_SOURCE_DIR}/cmake/caches/Apple-lldb-Xcode.cmake\n"
|
" -C ${CMAKE_SOURCE_DIR}/cmake/caches/Apple-lldb-Xcode.cmake\n"
|
||||||
"See: https://lldb.llvm.org/resources/build.html#cmakegeneratedxcodeproject\n")
|
"See: https://lldb.llvm.org/resources/build.html#cmakegeneratedxcodeproject\n")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue