[llvm] [mlir] [mlir python] Port in-tree dialects to nanobind. (PR #119924)
Maksim Levental via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 18:30:24 PST 2024
makslevental wrote:
> I spent 20 minutes trying to do this and failing. But I admit CMake is completely incomprehensible to me. Is this a hard blocker to landing it?
Try with quotes like
`target_include_directories(my_target SYSTEM PRIVATE "${nanobind_includes}")`
CMake is very particular about what's a list/arg/string
https://github.com/llvm/llvm-project/pull/119924
More information about the llvm-commits
mailing list