Skip to content

Commit

Permalink
don't touch CMAKE_BUILD_ARGS in install_executorch.py (#7716)
Browse files Browse the repository at this point in the history
It's not used.
  • Loading branch information
swolchok authored Jan 17, 2025
1 parent cd0e584 commit 57a09f4
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 @@ -43,7 +43,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 @@ -116,7 +115,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 57a09f4

Please sign in to comment.