Commit 023e907
authored
Fix Ceres inclusion and path export (#422)
* Fix Ceres inclusion and path export
Ceres is referenced in fuse header files and the existing way it was
being included in fuse_core did not export the include paths for
Ceres which breaks downstream packages when they include fuse_core
headers.
This was only exposed through the per-package builds since the
existing merged builds get lucky that all the include dirs are
merged together.
* Fix typo INCLUDE_DIRS -> LIBRARIES
* Harden logic for CERES_INCLUDEDIRS
In case INTERFACE_INCLUDE_DIRS isn't a valid property we can revert
back to the existing behavior when no include dirs are set.
* Keep includes for target_include_directories1 parent 74b06cb commit 023e907
1 file changed
Lines changed: 23 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
15 | 30 | | |
16 | 31 | | |
17 | 32 | | |
18 | 33 | | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
| 37 | + | |
22 | 38 | | |
23 | 39 | | |
24 | 40 | | |
| |||
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
76 | | - | |
| 92 | + | |
77 | 93 | | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
85 | 103 | | |
86 | 104 | | |
87 | 105 | | |
| |||
0 commit comments