You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since "find_dependency" sets the found variable to false, this can be
used to conveniently check at the end before including the export set
whether all dependencies were found in a non-REQUIRED call.
This requires setting the <name>_FOUND variable to true at the start of
the file, because "find_dependency" sets the variable only if something
could not be found.
0 commit comments