mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
remove duplicate BUILD_TEST flag in libtorch cmake file (#12583)
Summary: there is already a BUILD_TEST flag in the root-level cmake file. Removing this makes sure it doesn't interfere. Pull Request resolved: https://github.com/pytorch/pytorch/pull/12583 Differential Revision: D10348620 Pulled By: anderspapitto fbshipit-source-id: 3957783b947183e76a4479a740508c0dc1c56930
This commit is contained in:
parent
7da4643232
commit
15bdb9fe61
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ else()
|
|||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
endif()
|
||||
|
||||
option(BUILD_TEST "Build torch test binaries" ON)
|
||||
option(TORCH_STATIC "Build libtorch.a rather than libtorch.so" OFF)
|
||||
|
||||
set(TORCH_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue