Commit b097090
committed
crimson/os/alienstore/CMakeLists: move alien::cflags
alien::cflags is now only relevant to crimson-alienstore.
Remove empty INTERFACE_COMPILE_DEFINITIONS.
Note: alien::cflags can be probably entirely removed and
replaced by target_include_directories. However, this causes
```
'seastar::continuation_base<>' has virtual functions but non-virtual destructor
```
for alien_*.cc users.
Can be addressed seperatly.
Signed-off-by: Matan Breizman <[email protected]>1 parent 5bb1d9e commit b097090
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 3 | | |
9 | 4 | | |
10 | 5 | | |
| |||
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments