Fix a typo in FindLibEdit.cmake
authorPavel Labath <pavel@labath.sk>
Fri, 15 Mar 2019 14:03:52 +0000 (14:03 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 15 Mar 2019 14:03:52 +0000 (14:03 +0000)
commit1de5a2ef966cc968e8d01e77445196f85af36a49
tree4239d575a29bdbbfade470d082da9e499d3268dc
parenta933d6c7c0a98acff8eba4315ecb8cbc58fd2015
Fix a typo in FindLibEdit.cmake

The package name is LibEdit, so we should use that name in the call to
find_package_handle_standard_args. Failing to do so results in the
standard_args (such as the one telling us whether REQUIRED was used in
the find_package invocation) not being handled.

llvm-svn: 356263
lldb/cmake/modules/FindLibEdit.cmake