🐛 Describe the bug
Attempt to checkout executorch into a directory with a different name for purposes of cleanly reproing a bug -- git clone -b release/0.4 https://github.com/pytorch/executorch.git executorchinstall && cd executorchinstall. Result: build fails with error about being unable to find headers, because the project makes includes work by adding .. to include directories.
Versions
N/A