[all-commits] [llvm/llvm-project] ae72cc: [cmake] Fix missing paren in `FindPrefixFromConfig`

John Ericson via All-commits all-commits at lists.llvm.org
Tue Jul 26 00:36:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae72cc72d7064fe0a71d41e0660a1cb6147de46a
      https://github.com/llvm/llvm-project/commit/ae72cc72d7064fe0a71d41e0660a1cb6147de46a
  Author: John Ericson <John.Ericson at Obsidian.Systems>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M cmake/Modules/FindPrefixFromConfig.cmake

  Log Message:
  -----------
  [cmake] Fix missing paren in `FindPrefixFromConfig`

This was in CMake syntax generation, so we didn't catch it eval time.

Follow up from D117973




More information about the All-commits mailing list