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.
2 parents 10beb8b + 2bb69f3 commit 9332bf5Copy full SHA for 9332bf5
connector/compile_and_install.cmake
@@ -70,7 +70,7 @@ function(compile_and_install_node)
70
target_link_libraries(${target_node} PRIVATE
71
pybind11::embed
72
${CMAKE_INSTALL_PREFIX}/lib/libcyberdog_log.so
73
- ${CMAKE_INSTALL_PREFIX}/lib/liblcm_log_uploader.so
+ /opt/ros2/cyberdog/lib/liblcm_log_uploader.so
74
${CMAKE_INSTALL_PREFIX}/lib/libzxing.so
75
)
76
0 commit comments