Skip to content

Commit 46d4df5

Browse files
committed
Add RUNTIME destination for windows
1 parent 059c925 commit 46d4df5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/torchcodec/_core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function(make_torchcodec_libraries
192192
install(
193193
TARGETS ${all_libraries}
194194
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}
195+
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} # For Windows DLLs
195196
)
196197
endfunction()
197198

0 commit comments

Comments
 (0)