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
Fix naming conflicts between libraries and targets by adding 'Lib*'
In some contexts, e.g. INTERFACE_LINK_LIBRARIES, a library name like
'tinygettext' can both refer to the 'tinygettext' target as well as
the library itself, i.e. '-ltinygettext'. This can cause subtle
issues.
Also switch to using 'INTERFACE IMPORTED' conistently for libraries,
this should automatically mark headers as SYSTEM without doing it
manually.
0 commit comments