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
Automatically create alias targets in cmake [ESD-2467] (#124)
* Update function swift_add_target() to automatically create alias for all library targets, when calling swift_add_***_library().
* Update function swift_validate_targets() to return warning if swift target links to "not alias" dependencies.
if (${_swift_dep_alias}STREQUAL${target_dependency})
430
+
message(WARNING "Linking \"${target_dependency}\" as a dependency of target \"${target}\". Please use alias \"${SWIFTNAV_ALIAS}::${target_dependency}\" instead.")
0 commit comments