[Lldb-commits] [PATCH] D58279: Set cmake policy CMP0075 to NEW

2019-02-18 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D58279: Set cmake policy CMP0075 to NEW

2019-02-15 Thread Alex Langford via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D58279: Set cmake policy CMP0075 to NEW

2019-02-15 Thread Pavel Labath via Phabricator via lldb-commits
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