Remove include_directories() from cmake `mlir_tablegen()` function (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Mon, 14 Mar 2022 04:09:56 +0000 (04:09 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 14 Mar 2022 04:36:24 +0000 (04:36 +0000)
commit03078ec20b12605fd4dfd9fe9c98a26c9d2286d7
treea7af65598cdd9b23bee63a0604f37949e2ca3927
parent55cedf9cc570d74d1089ee4e7b347b4d05d007c5
Remove include_directories() from cmake `mlir_tablegen()` function (NFC)

This is present since the beginning, but does not seem needed by any
in-tree target right now. This seems like the kind of thing to populate
by the caller if needed.

Differential Revision: https://reviews.llvm.org/D121565
mlir/cmake/modules/AddMLIR.cmake