Skip to content

Commit

Permalink
don't touch CMAKE_BUILD_ARGS in install_executorch.py
Browse files Browse the repository at this point in the history
It's not used.

ghstack-source-id: eaa165bb22a4c4ef62e91677e655e9cc26c70d98
ghstack-comment-id: 2597050943
Pull Request resolved: #7716
  • Loading branch information
swolchok committed Jan 16, 2025
1 parent 225c419 commit 59d5f61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install_executorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def main(args):

EXECUTORCH_BUILD_PYBIND = ""
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
use_pytorch_nightly = True

parser = argparse.ArgumentParser()
Expand Down Expand Up @@ -232,7 +231,6 @@ def main(args):
# Set environment variables
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS

# Run the pip install command
subprocess.run(
Expand Down

0 comments on commit 59d5f61

Please sign in to comment.