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(cmake): Evaluate generator expressions in sample cargo config
Output currently includes unexpanded generator expressions, such
as `$<TARGET_PROPERTY:compiler,nostdinc_include>;` within INCLUDE_DIRS.
Using GENERATE instead of WRITE expands generator expressions
correctly.
Signed-off-by: Hayden Ball <[email protected]>
0 commit comments