Commit da307f5
authored
Fix double installation of
This PR fixes `tiledb_serialization.h` being specified for installation
twice. We already include the header in `TILEDB_C_API_FILENAME_HEADERS`
[here](https://github.com/TileDB-Inc/TileDB/blob/2ff07a56c4a81eec1a986989336c941a9c35690b/CMakeLists.txt#L287-L291),
which gets included just above the deleted lines.
---
TYPE: BUILD
DESC: Fixed double installation of a header when serialization is
enabled.tiledb_serialization.h. (#5354)1 parent 26610b0 commit da307f5
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
| |||
0 commit comments