Commit 0cf9e03
authored
### Rationale for this change
The meson job is currently failing due to not finding header for include on flatbuffers generated file. This works on CMake because we have: `include_directories(src/generated)` and didn't failed previously on Meson because we use the full `generated/xxx.h` path to the files on includes.
### What changes are included in this PR?
Add `generated` in the include so meson can also find the header without requiring to include directory.
Remove `include_directories(src/generated)` on CMake to match Meson configuration.
### Are these changes tested?
Yes, via CI
### Are there any user-facing changes?
No
* GitHub Issue: #50300
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 52d6940 commit 0cf9e03
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | 554 | | |
558 | 555 | | |
559 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments