mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
remove unused code. (#153979)
Remove the unused cmake code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/153979 Approved by: https://github.com/albanD
This commit is contained in:
@ -353,8 +353,6 @@ function(torch_compile_options libname)
|
||||
set(MSVC_DEBINFO_OPTION "/Zi")
|
||||
endif()
|
||||
|
||||
set(MSVC_APPEND_OPTION)
|
||||
|
||||
if(${MSVC_TOOLSET_VERSION} GREATER_EQUAL 142)
|
||||
# Add /permissive- flag for conformance mode to the compiler.
|
||||
# This will force more strict check to the code standard.
|
||||
|
Reference in New Issue
Block a user