Skip to content

Commit

Permalink
Merge pull request #480 from ijnek/ijnek-remove-opencv2.cpp
Browse files Browse the repository at this point in the history
Remove opencv2.cpp
  • Loading branch information
ijnek authored Sep 13, 2022
2 parents 1bfcd91 + 9cf2eac commit 31946fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 264 deletions.
2 changes: 1 addition & 1 deletion cv_bridge/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install(FILES
DESTINATION include/${PROJECT_NAME}/${PROJECT_NAME})

if(NOT ANDROID)
Python3_add_library(${PROJECT_NAME}_boost MODULE module.cpp module_opencv3.cpp)
Python3_add_library(${PROJECT_NAME}_boost MODULE module.cpp module_opencv4.cpp)
target_link_libraries(${PROJECT_NAME}_boost PRIVATE
${PROJECT_NAME}
${boost_python_target}
Expand Down
263 changes: 0 additions & 263 deletions cv_bridge/src/module_opencv2.cpp

This file was deleted.

File renamed without changes.

0 comments on commit 31946fe

Please sign in to comment.