hanchenye-llvm-project/lldb/cmake/modules
Pavel Labath 56f9afaf6b [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVER
r360631 introduced a "syntax error" which meant that cmake was still not
honoring the value of LLDB_CAN_USE_LLDB_SERVER variable. The correct
syntax for seting an internal cache variable is "set(VAR value CACHE
INTERNAL)", but the patch omitted the "CACHE" keyword. The "syntax
error" is in quotes because without the CACHE keyword this is still
valid syntax for setting the value of LLDB_CAN_USE_LLDB_SERVER to "1
INTERNAL".

There doesn't seem to be a need for this to be a cache variable so I'm
reverting this variable to a plain one, as it was before r360621.

This will hopefully fix the windows build.

llvm-svn: 360652
2019-05-14 08:18:06 +00:00
..
AddLLDB.cmake [CMake] Fix subtle CMake bug 2019-04-29 19:44:43 +00:00
FindLibEdit.cmake Fix a typo in FindLibEdit.cmake 2019-03-15 14:03:52 +00:00
LLDBConfig.cmake [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVER 2019-05-14 08:18:06 +00:00
LLDBFramework.cmake [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
LLDBGenerateConfig.cmake
LLDBStandalone.cmake [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds 2019-04-05 21:01:50 +00:00
debugserverConfig.cmake