Skip to content
Commit 15cdcc79 authored by Aaron Massey's avatar Aaron Massey Committed by Fabio Baltieri
Browse files

cmake: Fix FindLlvmLld usage of unimported package



The find_package_handle_standard_args function is used in FindLlvmLld
without being imported. This may cause FindLlvmLld to fail
non-determistically based on if it's evaluated in a CMake build/process
before find_package_handle_standard_args is included.

We should include what we use. Explicitly include
find_package_handle_standard_args.

Signed-off-by: default avatarAaron Massey <aaronmassey@google.com>
parent 9d3f5944
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment