[Lldb-commits] [Diffusion] rL250335: Fix codesign command with cmake.

Vadim Macagon via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 22 05:35:13 PDT 2015


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





More information about the lldb-commits mailing list