Commit b05a1fe
COMP: Fix generation of <target>.castxml.inc files for wrapping
All module generated the same ".castxml.inc" file.
This caused several issues:
- Each CMake configure step repeatedly overwrote .castxml.inc,
causing a full rebuild of all wrapping related files because
the XML descriptions were considered out-of-date.
- Wrapping of module itkVtkGlue failed, because it requires
additional include directories that were removed by other modules.
This change makes each module now generates its own
"<module>.castxml.inc" file.1 parent 3d8393b commit b05a1fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments