diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-02 13:31:32 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-02 13:39:57 -0800 |
commit | f38234ed8b579230a3742317ffd5fb95514d9638 (patch) | |
tree | 06f7e857c60e34af36618f56147bcae3dc414bfe /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 982695c0693fe576fb9daa34ecbf81808efdaa2f (diff) | |
download | bcm5719-llvm-f38234ed8b579230a3742317ffd5fb95514d9638.tar.gz bcm5719-llvm-f38234ed8b579230a3742317ffd5fb95514d9638.zip |
[lldb/CMake] Fix variable naming in FindLibEdit
The current FOUND_VAR for FindLibEdit is libedit_FOUND but wasn't set by
find_package_handle_standard_args. However this isn't valid for the
package name.
The argument for FOUND_VAR is "libedit_FOUND", but only "LibEdit_FOUND" and
"LIBEDIT_FOUND" are valid names.
This fixes all the variables set by FindLibEdit to match the desired
naming scheme.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions