This revision was automatically updated to reflect the committed changes.
Closed by commit rL354251: Set cmake policy CMP0075 to NEW (authored by labath,
committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https
xiaobai accepted this revision.
xiaobai added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58279/new/
https://reviews.llvm.org/D58279
___
lldb-commits mailing list
lldb-commi
labath created this revision.
labath added reviewers: sgraenitz, xiaobai.
Herald added a subscriber: mgorny.
The policy is about cmake_include_files ignoring
CMAKE_REQUIRED_LIBRARIES in the OLD behavior. Llvm already sets this
policy to NEW, but that is overridden by our cmake_minimum_required
com