[all-commits] [llvm/llvm-project] 65dae8: [lldb] Configure CMake policy CMP0116 for standalo...

Dave Lee via All-commits all-commits at lists.llvm.org
Mon Oct 25 16:30:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65dae8b2f20c32632e48922456a305504f4e6fbe
      https://github.com/llvm/llvm-project/commit/65dae8b2f20c32632e48922456a305504f4e6fbe
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M lldb/cmake/modules/LLDBStandalone.cmake

  Log Message:
  -----------
  [lldb] Configure CMake policy CMP0116 for standalone builds

Using CMake >=3.20 results in many warnings about this new policy. This change silences the warnings by explicitly declaring use of the "OLD" behavior.

This applies D101083 to LLDBStandalone.cmake.

Differential Revision: https://reviews.llvm.org/D112497




More information about the All-commits mailing list