[all-commits] [llvm/llvm-project] 187f66: [lldb/CMake] Always set a value for find_package w...
Alex via All-commits
all-commits at lists.llvm.org
Mon Dec 23 13:39:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 187f66bcac668dd2ea25244ed7d7711551275f9d
https://github.com/llvm/llvm-project/commit/187f66bcac668dd2ea25244ed7d7711551275f9d
Author: Alex Langford <apl at fb.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
[lldb/CMake] Always set a value for find_package when finding optional dependencies
Because this is a macro, previous values of `find_package` persist
between calls. This means that if it is set to TRUE on any run, all
subsequent runs will have find_package set to TRUE regardles of whether
or not they should be.
More information about the All-commits
mailing list