Commit 1d54a9e
committed
BUG: Fix castxml header resolution for itk::bio namespace classes
The ITK wrapping machinery derives include filenames from the class name
by stripping all but the leaf name: itk::bio::CellularAggregate ->
itkCellularAggregate.h. The actual headers use the Bio prefix
(itkBioCellularAggregate.h), causing castxml to abort with
"file not found".
Add explicit itk_wrap_include() directives so the generated castxml
input files include the correct headers.
Generative AI was used to diagnose and recommend this solution.1 parent 3c7010a commit 1d54a9e
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
0 commit comments