mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CMake] Remove BUILDING_WITH_TORCH_LIBS (#134434)
Since BUILDING_WITH_TORCH_LIBS is not used now. Pull Request resolved: https://github.com/pytorch/pytorch/pull/134434 Approved by: https://github.com/ezyang
This commit is contained in:
@ -22,10 +22,6 @@ if NOT DEFINED BUILD_SHARED_LIBS (
|
||||
)
|
||||
)
|
||||
|
||||
IF NOT DEFINED BUILDING_WITH_TORCH_LIBS (
|
||||
set BUILDING_WITH_TORCH_LIBS=OFF
|
||||
)
|
||||
|
||||
if NOT DEFINED CAFFE2_STATIC_LINK_CUDA (
|
||||
set CAFFE2_STATIC_LINK_CUDA=OFF
|
||||
)
|
||||
|
Reference in New Issue
Block a user