We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8b318 commit edca0c3Copy full SHA for edca0c3
src/torchcodec/_core/CMakeLists.txt
@@ -213,7 +213,7 @@ function(make_torchcodec_libraries
213
TARGETS ${all_libraries}
214
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}
215
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} # For Windows DLLs
216
-ibrary to prevent
+ )
217
# stray initialization of py::objects. The rest of the object code must
218
# match. See:
219
# https://pybind11.readthedocs.io/en/stable/faq.html#someclass-declared-with-greater-visibility-than-the-type-of-its-field-someclass-member-wattributes
0 commit comments