Skip to content

executorch doesn't build if the top-level checkout isn't called exactly executorch #7544

@swolchok

Description

@swolchok

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions