enlight added a comment.

It seems like it should be possible to conditionally enable this using 
CMAKE_VERSION 
<https://cmake.org/cmake/help/v3.0/variable/CMAKE_VERSION.html#variable:CMAKE_VERSION>.
 However that just means anyone who's silly enough to use an older CMake 
version may run into the issue this patch attempts to address, so arguably the 
proper fix is to bump up the CMake version requirement instead. Should probably 
run this by lldb-dev first.


Users:
  sas (Author)
  dawn (Auditor)

http://reviews.llvm.org/rL250335



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to