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 9a4192a commit f8ad593Copy full SHA for f8ad593
ROS2.cmake
@@ -41,7 +41,7 @@ find_package(pybind11)
41
42
43
pybind11_add_module(_event_camera_py SHARED src/decoder.cpp)
44
-ament_target_dependencies(_event_camera_py PUBLIC event_camera_codecs pybind11)
+target_link_libraries(_event_camera_py PUBLIC ${event_camera_codecs_TARGETS} pybind11::pybind11)
45
46
#ament_python_install_module(${PROJECT_NAME})
47
ament_python_install_package(${PROJECT_NAME})
0 commit comments