mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix setup.py
Summary: There is a typo in the setup.py which will cause incomplete install. This fixes it. Closes https://github.com/caffe2/caffe2/pull/1968 Reviewed By: bddppq Differential Revision: D7000517 Pulled By: yinghai fbshipit-source-id: c89e32bc5a4a77571f6ab6569297a6b6a1d1f2fc
This commit is contained in:
parent
3036346af6
commit
3384f56cce
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -130,7 +130,7 @@ class cmake_build(Caffe2Command):
|
|||
'-DPYTHON_EXECUTABLE:FILEPATH={}'.format(sys.executable),
|
||||
'-DPYTHON_INCLUDE_DIR={}'.format(sysconfig.get_python_inc()),
|
||||
'-DBUILD_TEST=OFF',
|
||||
'-BUILD_BENCHMARK=OFF',
|
||||
'-DBUILD_BENCHMARK=OFF',
|
||||
'-DBUILD_BINARY=OFF',
|
||||
]
|
||||
if 'CMAKE_ARGS' in os.environ:
|
||||
|
|
|
|||
Loading…
Reference in a new issue