[PATCH] D60847: [CMake] Enable policy CMP0056

Stephen Kelly via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 00:41:54 PDT 2019


steveire added a comment.

Indeed, the `cmake_minimum_required` command sets policies to new.

It is still possible that there is another use of `cmake_minimum_required` in the buildsystem somewhere (which would be an error if reachable from this one).

Anyway, it seems that this patch should not be applied.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60847/new/

https://reviews.llvm.org/D60847





More information about the llvm-commits mailing list