Skip to content
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

Problems with catkin_make #14

Open
pkicki opened this issue Aug 5, 2021 · 0 comments
Open

Problems with catkin_make #14

pkicki opened this issue Aug 5, 2021 · 0 comments

Comments

@pkicki
Copy link

pkicki commented Aug 5, 2021

Running catkin_make returns following errors:

`CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_models" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_infrastructure" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_controllers" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_transitions" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_planning" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "smmap_utilities" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "kinematics_toolbox" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "kinematics_toolbox_ros_types" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "sdf_tools" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "deformable_manipulation_experiment_params" that is not in any export set.
CMake Error: install(EXPORT "cdcpd-targets" ...) includes target "cdcpd" which requires target "arc_utilities" that is not in any export set.
CMake Error at cdcpd/cdcpd_ros/CMakeLists.txt:116 (target_link_libraries):
Error evaluating generator expression:

$<TARGET_PROPERTY:torch_cpu,INTERFACE_COMPILE_OPTIONS>

Target "torch_cpu" not found.

CMake Error at cdcpd/cdcpd_ros/CMakeLists.txt:116 (target_link_libraries):
Error evaluating generator expression:

$<TARGET_PROPERTY:torch,INTERFACE_COMPILE_OPTIONS>

Target "torch" not found.

CMake Error at cdcpd/cdcpd_ros/CMakeLists.txt:116 (target_link_libraries):
Error evaluating generator expression:

$<TARGET_PROPERTY:torch_cpu,INTERFACE_COMPILE_DEFINITIONS>

Target "torch_cpu" not found.
`

Have you encountered something similar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant