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
The libfind_process macro expects <lib>_PROCESS_INCLUDES to be set to
the names of variables containing the include paths, not the include
paths themselves. This was causing find_package(libunwind) to always
fail, even when the necessary files were correctly found by find_path
and find_library.
Signed-off-by: Pavon <[email protected]>
0 commit comments