Commit e53f6de
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]>1 parent e64cadb commit e53f6de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments