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: fea91e1c99f4737e820040b11af4935904d5e137
ghstack-comment-id: 2597050943
Pull Request resolved: #7716
  • Loading branch information
swolchok committed Jan 17, 2025
1 parent 950b230 commit 6dcbc75
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 6dcbc75

Please sign in to comment.