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
Add if(NOT TARGET) guards around add_library calls to prevent conflicts
when the target already exists (e.g., when using stdlib with FetchContent
after PR fortran-lang#1033 which adds ALIAS targets automatically).
This allows users to use the Find module pattern with libraries that
already provide namespaced ALIAS targets.
0 commit comments