File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ target_link_libraries(pyopenpose PRIVATE pybind11::module openpose ${OpenPose_3r
99SET_TARGET_PROPERTIES (pyopenpose PROPERTIES PREFIX "" )
1010configure_file (__init__.py __init__.py)
1111
12- # install(TARGETS pyopenpose DESTINATION python)
13- # install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ DESTINATION python/openpose FILES_MATCHING PATTERN "*.so")
14- # install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ DESTINATION python/openpose FILES_MATCHING PATTERN "*.py")
12+ install (TARGETS pyopenpose DESTINATION python)
13+ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} / DESTINATION python/openpose FILES_MATCHING PATTERN "*.so" )
14+ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} / DESTINATION python/openpose FILES_MATCHING PATTERN "*.py" )
You can’t perform that action at this time.
0 commit comments