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
I get a cmake warnings for every dependency when calling find_package(Backward):
The package name passed to `find_package_handle_standard_args` (libdw) does
not match the name of the calling package (Backward).
...
The package name passed to `find_package_handle_standard_args` (libbfd)
does not match the name of the calling package (Backward).
...
The package name passed to `find_package_handle_standard_args` (libdwarf)
does not match the name of the calling package (Backward).
...
Any info on this?
The text was updated successfully, but these errors were encountered:
I get a cmake warnings for every dependency when calling
find_package(Backward)
:Any info on this?
The text was updated successfully, but these errors were encountered: