8000 [BE] Fix dev warning in `Dependencies.cmake` · pytorch/pytorch@5a0862f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a0862f

Browse files
authored
[BE] Fix dev warning in Dependencies.cmake
Namely ``` CMake Warning (dev) in cmake/Dependencies.cmake: A logical block opening on the line /Users/nshulga/git/pytorch/pytorch/cmake/Dependencies.cmake:261 (if) closes on the line /Users/nshulga/git/pytorch/pytorch/cmake/Dependencies.cmake:263 (endif) with mis-matching arguments. ``` Introduced by #143846
1 parent 79ff3b3 commit 5a0862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ endif()
260260
# Determine if blas was compiled with the f2c conventions
261261
if(BLAS_LIBRARIES AND BLAS_CHECK_F2C)
262262
include(cmake/BLAS_ABI.cmake)
263-
endif(BLAS_LIBRARIES)
263+
endif()
264264

265265
if(NOT INTERN_BUILD_MOBILE)
266266
set(AT_MKL_SEQUENTIAL 0)

0 commit comments

Comments
 (0)
0