Skip to content

Commit 57a09f4

Browse files
authored
don't touch CMAKE_BUILD_ARGS in install_executorch.py (#7716)
It's not used.
1 parent cd0e584 commit 57a09f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install_executorch.py

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def main(args):
4343

4444
EXECUTORCH_BUILD_PYBIND = ""
4545
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
46-
CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
4746
use_pytorch_nightly = True
4847

4948
parser = argparse.ArgumentParser()
@@ -116,7 +115,6 @@ def main(args):
116115
# Set environment variables
117116
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
118117
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
119-
os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
120118

121119
# Run the pip install command
122120
subprocess.run(

0 commit comments

Comments
 (0)