executorch doesn't build if the top-level checkout isn't called exactly executorch
#7544
Labels
module: build
Related to buck2 and cmake build
executorch
#7544
🐛 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
The text was updated successfully, but these errors were encountered: