Skip to content

Commit fb62d7d

Browse files
committed
don't touch CMAKE_BUILD_ARGS in install_executorch.py
It's not used. ghstack-source-id: 3eab6a4 ghstack-comment-id: 2597050943 Pull Request resolved: #7716
1 parent b60a6aa commit fb62d7d

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
@@ -159,7 +159,6 @@ def main(args):
159159

160160
EXECUTORCH_BUILD_PYBIND = ""
161161
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
162-
CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
163162
use_pytorch_nightly = True
164163

165164
parser = argparse.ArgumentParser()
@@ -232,7 +231,6 @@ def main(args):
232231
# Set environment variables
233232
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
234233
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
235-
os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
236234

237235
# Run the pip install command
238236
subprocess.run(

0 commit comments

Comments
 (0)