Skip to content

Commit

Permalink
Merge pull request #2 from MiRoboticsLab/bugfix/cmake
Browse files Browse the repository at this point in the history
[Modify] modify complie_and_install.cmake
  • Loading branch information
ruheng authored Oct 10, 2023
2 parents 10beb8b + 2bb69f3 commit 9332bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/compile_and_install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function(compile_and_install_node)
target_link_libraries(${target_node} PRIVATE
pybind11::embed
${CMAKE_INSTALL_PREFIX}/lib/libcyberdog_log.so
${CMAKE_INSTALL_PREFIX}/lib/liblcm_log_uploader.so
/opt/ros2/cyberdog/lib/liblcm_log_uploader.so
${CMAKE_INSTALL_PREFIX}/lib/libzxing.so
)

Expand Down

0 comments on commit 9332bf5

Please sign in to comment.