Skip to content

Commit 6456c3a

Browse files
committed
don't touch CMAKE_BUILD_ARGS in install_executorch.py
It's not used. ghstack-source-id: 9b58945 ghstack-comment-id: 2597050943 Pull Request resolved: #7716
1 parent 465ff70 commit 6456c3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install_executorch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def main(args):
4444

4545
EXECUTORCH_BUILD_PYBIND = ""
4646
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
47-
CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
4847
use_pytorch_nightly = True
4948

5049
parser = argparse.ArgumentParser()
@@ -117,7 +116,6 @@ def main(args):
117116
# Set environment variables
118117
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
119118
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
120-
os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
121119

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

0 commit comments

Comments
 (0)