Skip to content

Commit 30c2859

Browse files
authored
Fix typo
1 parent 9f8601d commit 30c2859

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ set(PT_LIBS
163163
)
164164

165165
if (${TRITON_PYTORCH_ENABLE_TORCHVISION})
166-
$<IF:${RHEL_BUILD},libtorchvision.so,libtorchvision.so.1>
166+
set(PT_LIBS
167+
${PT_LIBS}
168+
$<IF:${RHEL_BUILD},libtorchvision.so,libtorchvision.so.1>
169+
)
167170
endif() # TRITON_PYTORCH_ENABLE_TORCHVISION
168171

169172
if (${TRITON_PYTORCH_ENABLE_TORCHTRT})

0 commit comments

Comments
 (0)