Skip to content

Commit 055f7c7

Browse files
committed
cmake: Update PT_LIBS libtrochvision references.
1 parent 31a1202 commit 055f7c7

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
@@ -199,7 +199,7 @@ endif() # TRITON_PYTORCH_NVSHMEM
199199
if (${TRITON_PYTORCH_ENABLE_TORCHVISION})
200200
set(PT_LIBS
201201
${PT_LIBS}
202-
$<IF:$<BOOL:${RHEL_BUILD}>,libtorchvision.so,libtorchvision.so.1>
202+
libtorchvision.so.1
203203
)
204204
endif() # TRITON_PYTORCH_ENABLE_TORCHVISION
205205

0 commit comments

Comments
 (0)