Skip to content

Commit 21a07a3

Browse files
authored
Remove trailing white space.
1 parent fcc20a7 commit 21a07a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else()
7979

8080
# Look for installed Torchvision package in lib paths
8181
find_library( LIBTORCHVISION libtorchvision.so libtorchvision.so.1 PATHS ${TRITON_PYTORCH_LIB_PATHS} )
82-
if(NOT ${LIBTORCHVISION})
82+
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})
8585
endif()

0 commit comments

Comments
 (0)