Skip to content

Commit 1d54a59

Browse files
authored
Remove incorrect end if
The end_if needs to be removed as the associated if statement was removed in a previous commit.
1 parent 4034dae commit 1d54a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ else()
8282
if(NOT ${LIBTORCHVISION})
8383
message(WARNING "TRITON_PYTORCH_ENABLE_TORCHVISION is on, but TRITON_PYTORCH_LIB_PATHS does not contain Torchvision package")
8484
endif(NOT ${LIBTORCHVISION})
85-
endif()
8685
endif()
8786

8887
# Python.h needed by torch headers.

0 commit comments

Comments
 (0)