[all-commits] [llvm/llvm-project] 209ec8: [lldb] Silence CMake warnings about missing FindFB...
Michał Górny via All-commits
all-commits at lists.llvm.org
Thu Dec 16 09:02:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 209ec8e2eebbd2612ed8f7ee394a6dc043624ab4
https://github.com/llvm/llvm-project/commit/209ec8e2eebbd2612ed8f7ee394a6dc043624ab4
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
[lldb] Silence CMake warnings about missing FindFBSDVMCore
Pass QUIET to find_package() in order to quiet the warning about missing
FindFBSDVMCore.cmake. FBSDVMCore always provides native CMake config
files, therefore providing a fallback module serves no purpose.
Differential Revision: https://reviews.llvm.org/D115882
More information about the All-commits
mailing list