Commit 5ed4988
authored
[CFXMLInterface] Remove spurious include path. (swiftlang#5102)
The include path for libxml2 should be being set automatically by
CMake because of the `target_link_libraries()` call; there is no
need to add it explicitly.
Additionally, it's a really bad idea if you specify an absolute
path...
rdar://1375676281 parent 82e96cc commit 5ed4988
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments