-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add libfmt-dev to package.xml for ROS-O #171
base: main
Are you sure you want to change the base?
Conversation
fixes [franka_hw:cmake] -- Configuring done [franka_hw:cmake] CMake Error at /home/k-okada/catkin_ws/ws_franka/src/franka_ros/franka_hw/CMakeLists.txt:79 (add_library): [franka_hw:cmake] Target franka_control_services links to target fmt::fmt but the target [franka_hw:cmake] was not found. Perhaps a find_package() call is missing for an IMPORTED [franka_hw:cmake] target, or an ALIAS target is missing?
Hi @k-okada , Cheers, |
@AndreasKuhner
|
That should be a missing Theoretically, this should come via the linking against |
…UBLIC" This reverts commit 4c25bce.
@AndreasKuhner thank you, i have removed PRIVATE/PUBLIC commit from this PR and added `find_package(fmt REQUIRED) to rhaschke/franka_ros#4 cc: @rhaschke |
Perfectly correct. For this reason, the issue should be fixed here, not in |
this will fix